From 8aa3ee32c257541a91bab1e47364f4f655e9e69d Mon Sep 17 00:00:00 2001 From: Max Krasnyansky Date: Wed, 22 Jan 2003 22:40:52 +0000 Subject: dv patch by Max Krasnyansky (maxk at qualcomm dot com) Originally committed as revision 1493 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavformat/Makefile | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'libavformat/Makefile') 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 -- cgit v1.1