diff options
author | Gerald Pfeifer <gerald@FreeBSD.org> | 2021-07-26 06:35:31 +0000 |
---|---|---|
committer | Gerald Pfeifer <gerald@FreeBSD.org> | 2021-07-26 06:44:19 +0000 |
commit | 659ba57bb68bf937bd473b493a2ec64538c2c7db (patch) | |
tree | a17a32468b220f4fd43731de6a71f3ae9784abdd /emulators/wine/files | |
parent | databases/lmdb: update to 0.9.29. (diff) |
emulators/wine: Update to Wine 5.0.5
This (only) fixes the regression I found and reported against
Wine 5.0.4, obsoleting our temporary patch files/patch-dlls_qcap_v4l.c.
Diffstat (limited to 'emulators/wine/files')
-rw-r--r-- | emulators/wine/files/patch-dlls_qcap_v4l.c | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/emulators/wine/files/patch-dlls_qcap_v4l.c b/emulators/wine/files/patch-dlls_qcap_v4l.c deleted file mode 100644 index 6d2f515a3962..000000000000 --- a/emulators/wine/files/patch-dlls_qcap_v4l.c +++ /dev/null @@ -1,14 +0,0 @@ ---- 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; |