summaryrefslogtreecommitdiff
path: root/multimedia/gstreamer1-plugins/files/patch-gst-libs_gst_video_meson.build
blob: cb17d0747c0aba44664b2406612136b7cae25e88 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
--- gst-libs/gst/video/meson.build.orig	2025-03-11 20:14:44 UTC
+++ gst-libs/gst/video/meson.build
@@ -1,3 +1,4 @@
+if get_option('video').enabled()
 video_sources = files([
   'colorbalance.c',
   'colorbalancechannel.c',
@@ -195,3 +196,4 @@ meson.override_dependency(pkg_name, video_dep)
   sources : video_gen_sources)
 
 meson.override_dependency(pkg_name, video_dep)
+endif