mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-01-15 00:06:58 +03:00
The openjfx package isn't compatible with >=media-video/ffmpeg-5. Closes: https://bugs.gentoo.org/834369 Signed-off-by: Marco Genasci <fedeliallalinea@gmail.com> [Clean patch] Signed-off-by: Ulrich Müller <ulm@gentoo.org>
18 lines
840 B
Diff
18 lines
840 B
Diff
--- a/build.gradle
|
|
+++ b/build.gradle
|
|
@@ -3710,14 +3710,6 @@
|
|
}
|
|
}
|
|
}
|
|
- } 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")
|
|
- }
|
|
}
|
|
}
|
|
}
|