aboutsummaryrefslogtreecommitdiff
path: root/multimedia/gstreamer1-plugins/files/patch-gst-libs_gst_video_meson.build
blob: 5828602535fe623e8326193848b0780083ade150 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
--- gst-libs/gst/video/meson.build.orig	2023-01-23 19:29:34 UTC
+++ gst-libs/gst/video/meson.build
@@ -1,3 +1,4 @@
+if get_option('video').enabled()
 video_sources = files([
   'colorbalance.c',
   'colorbalancechannel.c',
@@ -183,3 +184,4 @@ meson.override_dependency(pkg_name, video_dep)
   sources : video_gen_sources)
 
 meson.override_dependency(pkg_name, video_dep)
+endif