summaryrefslogtreecommitdiff
path: root/multimedia/ffmpeg/files/bktr.diff
blob: d3762993be2915d27dab7e13a916f0352b16c68d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
--- libavformat/Makefile.orig
+++ libavformat/Makefile
@@ -40,7 +40,7 @@
 OBJS+= framehook.o 
 
 ifeq ($(CONFIG_VIDEO4LINUX),yes)
-OBJS+= grab.o
+OBJS+= grab_bsdbktr.o
 endif
 
 ifeq ($(CONFIG_DV1394),yes)

--- configure.orig
+++ configure
@@ -301,6 +301,8 @@
 *) ;;
 esac
 
+v4l="yes"
+
 # From mplayer configure. We need TARGET_OS available
 # to the Makefile, so it can distinguish between flavors
 # of AltiVec on PowerPC