1
0
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:
Michael Niedermayer
2005-06-25 09:04:08 +00:00
parent 69cf0be2c3
commit 6beefa4085
6 changed files with 355 additions and 2 deletions

View File

@@ -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