summaryrefslogtreecommitdiffstats
path: root/libavformat/Makefile
diff options
context:
space:
mode:
authorGlenn Maynard <g_sf@zewt.org>2003-09-04 09:52:39 +0000
committerMichael Niedermayer <michaelni@gmx.at>2003-09-04 09:52:39 +0000
commit5e4639e2002d0a19d4278f9ff4ed11f1bdace33b (patch)
treee5b3e7300e2474c4bdd84a31f9c3ca6dab2b967e /libavformat/Makefile
parenta17236c53cd3ffe1d4eceb3be82b39001c006b3f (diff)
downloadffmpeg-streaming-5e4639e2002d0a19d4278f9ff4ed11f1bdace33b.zip
ffmpeg-streaming-5e4639e2002d0a19d4278f9ff4ed11f1bdace33b.tar.gz
localtime_r patch by (Glenn Maynard <g_sf at zewt dot org>)
Originally committed as revision 2204 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavformat/Makefile')
-rw-r--r--libavformat/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/libavformat/Makefile b/libavformat/Makefile
index e064cf6..866fdd5 100644
--- a/libavformat/Makefile
+++ b/libavformat/Makefile
@@ -34,6 +34,10 @@ ifeq ($(BUILD_STRPTIME),yes)
OBJS+= strptime.o
endif
+ifeq ($(BUILD_LOCALTIME_R),yes)
+OBJS+= localtime_r.o
+endif
+
ifeq ($(CONFIG_VIDEO4LINUX),yes)
OBJS+= grab.o
endif
OpenPOWER on IntegriCloud