aboutsummaryrefslogtreecommitdiff
path: root/multimedia/gstreamer1-plugins-bad/files/patch-gst-libs_gst_cuda_meson.build
diff options
context:
space:
mode:
Diffstat (limited to 'multimedia/gstreamer1-plugins-bad/files/patch-gst-libs_gst_cuda_meson.build')
-rw-r--r--multimedia/gstreamer1-plugins-bad/files/patch-gst-libs_gst_cuda_meson.build4
1 files changed, 2 insertions, 2 deletions
diff --git a/multimedia/gstreamer1-plugins-bad/files/patch-gst-libs_gst_cuda_meson.build b/multimedia/gstreamer1-plugins-bad/files/patch-gst-libs_gst_cuda_meson.build
index 83836091813e..4c5d0a5ae805 100644
--- a/multimedia/gstreamer1-plugins-bad/files/patch-gst-libs_gst_cuda_meson.build
+++ b/multimedia/gstreamer1-plugins-bad/files/patch-gst-libs_gst_cuda_meson.build
@@ -1,11 +1,11 @@
---- gst-libs/gst/cuda/meson.build.orig 2025-03-11 20:14:44 UTC
+--- gst-libs/gst/cuda/meson.build.orig 2025-08-07 18:06:46 UTC
+++ gst-libs/gst/cuda/meson.build
@@ -1,3 +1,4 @@
+if get_option('cuda').enabled()
cuda_sources = files([
'gstcudabufferpool.cpp',
'gstcudacontext.cpp',
-@@ -217,3 +218,4 @@ meson.override_dependency(pkg_name, gstcuda_dep)
+@@ -214,3 +215,4 @@ meson.override_dependency(pkg_name, gstcuda_dep)
sources: gen_sources)
meson.override_dependency(pkg_name, gstcuda_dep)