diff options
author | Max Krasnyansky <maxk@qualcomm.com> | 2003-01-22 22:40:52 +0000 |
---|---|---|
committer | Fabrice Bellard <fabrice@bellard.org> | 2003-01-22 22:40:52 +0000 |
commit | 8aa3ee32c257541a91bab1e47364f4f655e9e69d (patch) | |
tree | 2f3593864ea116c97fd180f40e5ac3244d8e3b13 /libavformat/Makefile | |
parent | 4b8b2edb6260d0f0b9e5f2f10a28c3ab19143f2f (diff) | |
download | ffmpeg-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/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/libavformat/Makefile b/libavformat/Makefile index 897c4014dd..e3fcbd7179 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 |