mirror of
https://github.com/yann64/haikuports.git
synced 2026-05-03 05:28:53 +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"
|
SRC_URI="http://www.ffmpeg.org/releases/ffmpeg-0.10.14.tar.bz2"
|
||||||
CHECKSUM_SHA256="1ef77533f3803b8630403df413005c1c41b18c50b16895815182fd70d2f833bb"
|
CHECKSUM_SHA256="1ef77533f3803b8630403df413005c1c41b18c50b16895815182fd70d2f833bb"
|
||||||
REVISION="2"
|
REVISION="3"
|
||||||
ARCHITECTURES="x86_gcc2 x86 x86_64"
|
ARCHITECTURES="x86_gcc2 x86 x86_64"
|
||||||
SECONDARY_ARCHITECTURES="x86_gcc2 x86"
|
SECONDARY_ARCHITECTURES="x86_gcc2 x86"
|
||||||
|
|
||||||
@@ -117,11 +117,9 @@ INSTALL()
|
|||||||
{
|
{
|
||||||
make install
|
make install
|
||||||
|
|
||||||
rm $binDir/ffprobe
|
if [ $effectiveTargetArchitecture == x86_gcc2 ]; then
|
||||||
# TODO: Determine and fix what is wrong with ffprobe! The executable
|
rm $binDir/ffprobe
|
||||||
# seems to be broken. The NEEDED entries in the dynamic section look
|
fi
|
||||||
# weird and the runtime loader fails relocating with "Operation not
|
|
||||||
# allowed".
|
|
||||||
|
|
||||||
prepareInstalledDevelLibs \
|
prepareInstalledDevelLibs \
|
||||||
libavcodec \
|
libavcodec \
|
||||||
|
|||||||
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user