Description: Don't build ffmpeg plugin when ffmpeg is disabled Author: Steve Langasek Last-Update: 2022-09-21 Bug-Debian: https://bugs.debian.org/1004638 Index: openjfx-11.0.11+1/build.gradle =================================================================== --- a/build.gradle +++ b/build.gradle @@ -3715,14 +3715,6 @@ project(":media") { } } } - } else { - // Building fxavcodec plugin (libav plugin) - exec { - commandLine ("make", "${makeJobsFlag}", "-C", "${nativeSrcDir}/gstreamer/projects/linux/avplugin") - args("CC=${mediaProperties.compiler}", "LINKER=${mediaProperties.linker}", - "OUTPUT_DIR=${nativeOutputDir}", "BUILD_TYPE=${buildType}", - "BASE_NAME=avplugin", IS_64 ? "ARCH=x64" : "ARCH=x32") - } } } }