You've already forked FFmpeg
mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-11-06 08:29:25 +02:00
*BSD bktr grab support by (Jacob Meuser: jakemsr, jakemsr com)
Originally committed as revision 4392 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
@@ -40,6 +40,10 @@ ifeq ($(CONFIG_VIDEO4LINUX),yes)
|
||||
OBJS+= grab.o
|
||||
endif
|
||||
|
||||
ifeq ($(CONFIG_BKTR),yes)
|
||||
OBJS+= grab_bktr.o
|
||||
endif
|
||||
|
||||
ifeq ($(CONFIG_DV1394),yes)
|
||||
OBJS+= dv1394.o
|
||||
endif
|
||||
|
||||
Reference in New Issue
Block a user