--- openjfx-11.0.11+1/build.gradle +++ openjfx-11.0.11+1/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") - } } } }