The update to Wine 5.0.4 brought a potential build problem depending
on options chosen and packages installed (or not). Temporarily add a patch files/patch-dlls_qcap_v4l.c to resolve problems where v4l (multimedia/libv4l) is used when present, even if explicitly disabled during ./configure. PR: 254601 Submitted by: Felix Palmen <felix@palmen-it.de>
This commit is contained in:
parent
6393f0979a
commit
ccd4657f7c
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=569523
1 changed files with 14 additions and 0 deletions
14
emulators/wine/files/patch-dlls_qcap_v4l.c
Normal file
14
emulators/wine/files/patch-dlls_qcap_v4l.c
Normal file
|
@ -0,0 +1,14 @@
|
|||
--- dlls/qcap/v4l.c.orig 2021-03-27 14:39:57 UTC
|
||||
+++ dlls/qcap/v4l.c
|
||||
@@ -63,9 +63,10 @@
|
||||
#include "qcap_main.h"
|
||||
#include "capture.h"
|
||||
|
||||
+WINE_DEFAULT_DEBUG_CHANNEL(qcap);
|
||||
+
|
||||
#ifdef HAVE_LINUX_VIDEODEV2_H
|
||||
|
||||
-WINE_DEFAULT_DEBUG_CHANNEL(qcap);
|
||||
WINE_DECLARE_DEBUG_CHANNEL(winediag);
|
||||
|
||||
static typeof(open) *video_open = open;
|
Loading…
Reference in a new issue