diff options
Diffstat (limited to 'multimedia/gstreamer1-plugins-bad/files/patch-tests_examples_meson.build')
-rw-r--r-- | multimedia/gstreamer1-plugins-bad/files/patch-tests_examples_meson.build | 16 |
1 files changed, 12 insertions, 4 deletions
diff --git a/multimedia/gstreamer1-plugins-bad/files/patch-tests_examples_meson.build b/multimedia/gstreamer1-plugins-bad/files/patch-tests_examples_meson.build index 98794affdb99..1c2bf3754931 100644 --- a/multimedia/gstreamer1-plugins-bad/files/patch-tests_examples_meson.build +++ b/multimedia/gstreamer1-plugins-bad/files/patch-tests_examples_meson.build @@ -1,12 +1,13 @@ ---- tests/examples/meson.build.orig 2023-01-23 19:29:34 UTC +--- tests/examples/meson.build.orig 2024-09-19 10:01:21 UTC +++ tests/examples/meson.build -@@ -1,24 +1,66 @@ +@@ -1,26 +1,72 @@ -subdir('audiomixmatrix') -subdir('avsamplesink') -subdir('camerabin2') -subdir('codecparsers') -subdir('codecs') -subdir('d3d11') +-subdir('d3d12') -subdir('directfb') -subdir('gtk') -subdir('ipcpipeline') @@ -17,6 +18,7 @@ -subdir('nvcodec') -subdir('opencv', if_found: opencv_dep) -subdir('qsv') +-subdir('qt6d3d11') -subdir('uvch264') -subdir('va') -subdir('waylandsink') @@ -29,7 +31,7 @@ + subdir('avsamplesink') +endif +if get_option('camerabin2').enabled() -+ subdir('camerabin2') ++ subdir('camerabin2', if_found: gtk_dep) +endif +if get_option('codecparsers').enabled() + subdir('codecparsers') @@ -40,6 +42,9 @@ +if get_option('d3d11').enabled() + subdir('d3d11') +endif ++if get_option('d3d12').enabled() ++ subdir('d3d12') ++endif +if get_option('directfb').enabled() + subdir('directfb') +endif @@ -59,7 +64,7 @@ + subdir('msdk') +endif +if get_option('mxf').enabled() -+ subdir('mxf') ++ subdir('mxf', if_found: gtk_dep) +endif +if get_option('nvcodec').enabled() + subdir('nvcodec') @@ -70,6 +75,9 @@ +if get_option('qsv').enabled() + subdir('qsv') +endif ++if get_option('qt6d3d11').enabled() ++ subdir('qt6d3d11') ++endif +if get_option('uvch264').enabled() + subdir('uvch264') +endif |