mirror of
https://git.freebsd.org/ports.git
synced 2025-07-17 17:29:23 -04:00
- Unbreak build if recent multimedia/v4l-compat is installed
Submitted by: kwm
This commit is contained in:
parent
421477eacc
commit
a8bef818e9
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=248151
1 changed files with 13 additions and 0 deletions
13
multimedia/ffmpeg/files/patch-configure
Normal file
13
multimedia/ffmpeg/files/patch-configure
Normal file
|
@ -0,0 +1,13 @@
|
||||||
|
--- configure.orig 2010-01-19 12:18:19.265327412 +0100
|
||||||
|
+++ configure 2010-01-19 12:18:30.429242416 +0100
|
||||||
|
@@ -2097,8 +2097,8 @@
|
||||||
|
}
|
||||||
|
EOF
|
||||||
|
|
||||||
|
-check_header linux/videodev.h
|
||||||
|
-check_header linux/videodev2.h
|
||||||
|
+#check_header linux/videodev.h
|
||||||
|
+#check_header linux/videodev2.h
|
||||||
|
check_header sys/videoio.h
|
||||||
|
|
||||||
|
check_func_headers "windows.h vfw.h" capCreateCaptureWindow -lvfw32
|
Loading…
Add table
Reference in a new issue