From f02be79d61022f399bb08573fd42d068cdf75b7b Mon Sep 17 00:00:00 2001 From: Roman Shaposhnik Date: Fri, 22 Oct 2004 02:04:30 +0000 Subject: * Introducing IIDC1394 grabbing interface. Use it with -grab dc1394 * Introducing yet another packed pix_fmt in order to support some of the IIDC1394 modes: uyvy411 (Cb Y0 Y1 Cr Y2 Y3). Originally committed as revision 3621 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 f8d769f96a..944a5dd1c2 100644 --- a/libavformat/Makefile +++ b/libavformat/Makefile @@ -47,6 +47,10 @@ ifeq ($(CONFIG_DV1394),yes) OBJS+= dv1394.o endif +ifeq ($(CONFIG_DC1394),yes) +OBJS+= dc1394.o +endif + ifeq ($(CONFIG_AUDIO_OSS),yes) OBJS+= audio.o endif -- cgit v1.2.3