mirror of
https://github.com/yann64/haikuports.git
synced 2026-05-04 14:08:51 +02:00
ffmpeg: fix undefined references
* We need to manually remove some function calls in dead code that gcc2 can't optimize itself.
This commit is contained in:
@@ -14,7 +14,7 @@ COPYRIGHT="
|
||||
"
|
||||
SRC_URI="http://www.ffmpeg.org/releases/ffmpeg-0.10.14.tar.bz2"
|
||||
CHECKSUM_SHA256="1ef77533f3803b8630403df413005c1c41b18c50b16895815182fd70d2f833bb"
|
||||
REVISION="2"
|
||||
REVISION="3"
|
||||
ARCHITECTURES="x86_gcc2 x86 x86_64"
|
||||
SECONDARY_ARCHITECTURES="x86_gcc2 x86"
|
||||
|
||||
@@ -117,11 +117,9 @@ INSTALL()
|
||||
{
|
||||
make install
|
||||
|
||||
rm $binDir/ffprobe
|
||||
# TODO: Determine and fix what is wrong with ffprobe! The executable
|
||||
# seems to be broken. The NEEDED entries in the dynamic section look
|
||||
# weird and the runtime loader fails relocating with "Operation not
|
||||
# allowed".
|
||||
if [ $effectiveTargetArchitecture == x86_gcc2 ]; then
|
||||
rm $binDir/ffprobe
|
||||
fi
|
||||
|
||||
prepareInstalledDevelLibs \
|
||||
libavcodec \
|
||||
|
||||
Reference in New Issue
Block a user