handbrake, fix reference to ffmpeg (4), build fix (#13510)

no revbump as there are no changed requirements
This commit is contained in:
Schrijvers Luc
2025-12-28 15:03:23 +01:00
committed by GitHub
parent e05d4e7119
commit fa4b2e64f6

View File

@@ -35,7 +35,7 @@ REQUIRES="
lib:libcairo$secondaryArchSuffix
lib:libdav1d$secondaryArchSuffix
lib:libdvdnav$secondaryArchSuffix
lib:libdvdread$secondaryArchSuffix
lib:libdvdread$secondaryArchSuffix
lib:libogg$secondaryArchSuffix
lib:libfdk_aac$secondaryArchSuffix
lib:libfontconfig$secondaryArchSuffix
@@ -69,10 +69,11 @@ REQUIRES="
BUILD_REQUIRES="
haiku${secondaryArchSuffix}_devel
ffmpeg${secondaryArchSuffix}_devel
gcc${secondaryArchSuffix}_syslibs_devel
devel:libass$secondaryArchSuffix
devel:libavcodec$secondaryArchSuffix >= 58
devel:libavformat$secondaryArchSuffix >= 58
# devel:libavcodec$secondaryArchSuffix >= 58
# devel:libavformat$secondaryArchSuffix >= 58
devel:libbluray$secondaryArchSuffix >= 2
devel:libbz2$secondaryArchSuffix
devel:libdav1d$secondaryArchSuffix
@@ -105,6 +106,7 @@ BUILD_REQUIRES="
BUILD_PREREQUIRES="
cmd:autoconf
cmd:automake
cmd:autopoint
cmd:cmake
cmd:gcc$secondaryArchSuffix
cmd:intltool_update