View | Details | Raw Unified | Return to bug 193150
Collapse All | Expand All

(-)multimedia/ffmpeg/files/patch-configure (-11 lines)
Lines 1-16 Link Here
1
--- configure.orig
1
--- configure.orig
2
+++ configure
2
+++ configure
3
@@ -1961,8 +1961,8 @@
4
 sndio_indev_deps="sndio_h"
5
 sndio_outdev_deps="sndio_h"
6
 v4l_indev_deps="linux_videodev_h"
7
-v4l2_indev_deps_any="linux_videodev2_h sys_videoio_h"
8
-v4l2_outdev_deps_any="linux_videodev2_h sys_videoio_h"
9
+v4l2_indev_deps_any="linux_videodev2_h"
10
+v4l2_outdev_deps_any="linux_videodev2_h"
11
 vfwcap_indev_deps="capCreateCaptureWindow vfwcap_defines"
12
 vfwcap_indev_extralibs="-lavicap32"
13
 xv_outdev_deps="X11_extensions_Xvlib_h XvGetPortAttribute"
14
@@ -2147,7 +2147,7 @@ yasmexe_default="yasm"
3
@@ -2147,7 +2147,7 @@ yasmexe_default="yasm"
15
 nogas=":"
4
 nogas=":"
16
 
5
 

Return to bug 193150