]> git.pld-linux.org Git - packages/gstreamer-plugins-bad.git/commitdiff
explicitly disable lv2 support if built without lv2
authorJan Palus <atler@pld-linux.org>
Thu, 10 Feb 2022 16:17:30 +0000 (17:17 +0100)
committerJan Palus <atler@pld-linux.org>
Thu, 10 Feb 2022 16:17:30 +0000 (17:17 +0100)
gstreamer-plugins-bad.spec

index baf0821dba259129d5cc4a3f9f2fd705a357512f..73739280aa17cf997e4c85b8ce2d308148b21509 100644 (file)
@@ -1249,6 +1249,7 @@ export CXXFLAGS="%{rpmcxxflags} -std=c++11"
        %{!?with_gsm:-Dgsm=disabled} \
        %{!?with_ladspa:-Dladspa=disabled} \
        %{!?with_libde265:-Dlibde265=disabled} \
+       %{!?with_lv2:-Dlv2=disabled} \
        %{!?with_mjpegtools:-Dmpeg2enc=disabled} \
        %{!?with_musepack:-Dmusepack=disabled} \
        %{!?with_neon:-Dneon=disabled} \
This page took 0.040645 seconds and 4 git commands to generate.