mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-08 21:00:05 +02:00
ffmpeg: Re-enable assembly everywhere but GCC2.
This commit is contained in:
@@ -6,7 +6,7 @@ HOMEPAGE="https://ffmpeg.org/"
|
||||
COPYRIGHT="2000-2003 Fabrice Bellard
|
||||
2003-2024 the FFmpeg developers"
|
||||
LICENSE="GNU LGPL v3"
|
||||
REVISION="2"
|
||||
REVISION="3"
|
||||
SOURCE_URI="https://ffmpeg.org/releases/ffmpeg-$portVersion.tar.xz"
|
||||
CHECKSUM_SHA256="3b624649725ecdc565c903ca6643d41f33bd49239922e45c9b1442c63dca4e38"
|
||||
PATCHES="ffmpeg-$portVersion.patchset"
|
||||
@@ -259,6 +259,7 @@ BUILD()
|
||||
ccArgs="$ccArgs --host-ldflags=\"${baseLDFLAGS}\""
|
||||
export CFLAGS="-isystem$(pwd) -isystem$(pwd)/os -isystem$(pwd)/config"
|
||||
export LDFLAGS="$baseLDFLAGS $(pwd)/gcc_runtime.o"
|
||||
extraArgs="--disable-asm"
|
||||
else
|
||||
extraArgs="--enable-libass \
|
||||
--enable-libdav1d \
|
||||
@@ -288,7 +289,6 @@ BUILD()
|
||||
--libdir=$libDir \
|
||||
--shlibdir=$libDir \
|
||||
--mandir=$manDir \
|
||||
--disable-asm \
|
||||
--disable-debug \
|
||||
--disable-stripping \
|
||||
--disable-static \
|
||||
|
||||
Reference in New Issue
Block a user