kotatogram_desktop, fix reference for ffmpeg_devel (4) (#13511)

This commit is contained in:
Schrijvers Luc
2025-12-28 15:28:00 +01:00
committed by GitHub
parent fa4b2e64f6
commit 979049f4ce

View File

@@ -77,9 +77,10 @@ REQUIRES="
BUILD_REQUIRES="
haiku${secondaryArchSuffix}_devel
ffmpeg${secondaryArchSuffix}_devel
devel:libabsl_strings$secondaryArchSuffix
devel:libabsl_throw_delegate$secondaryArchSuffix
devel:libavcodec$secondaryArchSuffix >= 58
# devel:libavcodec$secondaryArchSuffix >= 58
devel:libcrypto$secondaryArchSuffix
devel:libglib_2.0$secondaryArchSuffix
devel:libglibmm_2.4$secondaryArchSuffix
@@ -122,7 +123,7 @@ BUILD_PREREQUIRES="
BUILD()
{
export DISABLE_ASLR=1
# build tg_owt
rm -rf $sourceDir2/src/third_party/libyuv
ln -s $sourceDir3/libyuv-$srcGitRev_3 $sourceDir2/src/third_party/libyuv