summaryrefslogtreecommitdiff
path: root/libavformat/Makefile
diff options
context:
space:
mode:
authorMichael Niedermayer <michaelni@gmx.at>2005-06-25 09:04:08 +0000
committerMichael Niedermayer <michaelni@gmx.at>2005-06-25 09:04:08 +0000
commit6beefa408540c72dd939d9920dcc04b373124c11 (patch)
tree9cf3f445140f77ce03c35c4dd23d97a0fa392914 /libavformat/Makefile
parent69cf0be2c3930f23905b31dfa389ad14025e0323 (diff)
*BSD bktr grab support by (Jacob Meuser: jakemsr, jakemsr com)
Originally committed as revision 4392 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavformat/Makefile')
-rw-r--r--libavformat/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/libavformat/Makefile b/libavformat/Makefile
index 795ba022d6..c9a8af5ef2 100644
--- a/libavformat/Makefile
+++ b/libavformat/Makefile
@@ -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