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:
Adrien Destugues
2015-04-26 14:09:57 +02:00
parent bbb62e17f7
commit 09584311f1
2 changed files with 1138 additions and 107 deletions

View File

@@ -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
if [ $effectiveTargetArchitecture == x86_gcc2 ]; then
rm $binDir/ffprobe rm $binDir/ffprobe
# TODO: Determine and fix what is wrong with ffprobe! The executable fi
# seems to be broken. The NEEDED entries in the dynamic section look
# 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