]> git.pld-linux.org Git - packages/vlc.git/blame - opencv4.patch
apply libplacebo 5 patch only when building with libplacebo
[packages/vlc.git] / opencv4.patch
CommitLineData
5353e717
JR
1--- vlc-3.0.12/configure.ac~ 2021-03-07 19:28:23.000000000 +0100
2+++ vlc-3.0.12/configure.ac 2021-03-07 19:31:18.620014658 +0100
3@@ -1899,7 +1899,7 @@
4 dnl
5 dnl OpenCV wrapper and example filters
6 dnl
7-PKG_ENABLE_MODULES_VLC([OPENCV], [opencv_example opencv_wrapper], [opencv > 2.0], (OpenCV (computer vision) filter), [auto])
8+PKG_ENABLE_MODULES_VLC([OPENCV], [opencv_example opencv_wrapper], [opencv4 > 4.0], (OpenCV (computer vision) filter), [auto])
9
10
11 dnl
12--- vlc-3.0.12/modules/video_filter/Makefile.am~ 2017-11-24 16:29:18.000000000 +0100
13+++ vlc-3.0.12/modules/video_filter/Makefile.am 2021-03-07 19:48:08.007515036 +0100
14@@ -164,10 +164,3 @@
15 # misc
16 libblend_plugin_la_SOURCES = video_filter/blend.cpp
17 video_filter_LTLIBRARIES += libblend_plugin.la
18-
19-libopencv_example_plugin_la_SOURCES = video_filter/opencv_example.cpp video_filter/filter_event_info.h
20-libopencv_example_plugin_la_CPPFLAGS = $(AM_CPPFLAGS) $(OPENCV_CFLAGS)
21-libopencv_example_plugin_la_LIBADD = $(OPENCV_LIBS)
22-libopencv_example_plugin_la_LDFLAGS = $(AM_LDFLAGS) -rpath '$(video_filterdir)'
23-video_filter_LTLIBRARIES += $(LTLIBopencv_example)
24-EXTRA_LTLIBRARIES += libopencv_example_plugin.la
This page took 0.245667 seconds and 4 git commands to generate.