You've already forked FFmpeg
mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-11-06 08:29:25 +02:00
* 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
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user