You've already forked FFmpeg
mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-11-06 08:29:25 +02:00
video4linux2 input support
patch by Luca Abeni, lucabe72 $$at$$ email $$dot$$ it Originally committed as revision 4916 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
committed by
Diego Biurrun
parent
b5bba45905
commit
0a7b514f13
@@ -50,6 +50,10 @@ ifeq ($(CONFIG_VIDEO4LINUX),yes)
|
||||
OBJS+= grab.o
|
||||
endif
|
||||
|
||||
ifeq ($(CONFIG_VIDEO4LINUX2),yes)
|
||||
OBJS+= v4l2.o
|
||||
endif
|
||||
|
||||
ifeq ($(CONFIG_BKTR),yes)
|
||||
OBJS+= grab_bktr.o
|
||||
endif
|
||||
|
||||
Reference in New Issue
Block a user