summaryrefslogtreecommitdiffstats
path: root/libavformat/Makefile
diff options
context:
space:
mode:
authorMax Krasnyansky <maxk@qualcomm.com>2003-01-22 22:40:52 +0000
committerFabrice Bellard <fabrice@bellard.org>2003-01-22 22:40:52 +0000
commit8aa3ee32c257541a91bab1e47364f4f655e9e69d (patch)
tree2f3593864ea116c97fd180f40e5ac3244d8e3b13 /libavformat/Makefile
parent4b8b2edb6260d0f0b9e5f2f10a28c3ab19143f2f (diff)
downloadffmpeg-streaming-8aa3ee32c257541a91bab1e47364f4f655e9e69d.zip
ffmpeg-streaming-8aa3ee32c257541a91bab1e47364f4f655e9e69d.tar.gz
dv patch by Max Krasnyansky (maxk at qualcomm dot com)
Originally committed as revision 1493 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 897c401..e3fcbd7 100644
--- a/libavformat/Makefile
+++ b/libavformat/Makefile
@@ -28,6 +28,10 @@ ifeq ($(CONFIG_VIDEO4LINUX),yes)
OBJS+= grab.o
endif
+ifeq ($(CONFIG_DV1394),yes)
+OBJS+= dv1394.o
+endif
+
ifeq ($(CONFIG_AUDIO_OSS),yes)
OBJS+= audio.o
endif
OpenPOWER on IntegriCloud