mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-28 21:26:49 +00:00
ffmpeg: fails to run if build with GOLD support (crash in XBMC)
Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
parent
38d5385477
commit
7a0ac909da
@ -100,6 +100,9 @@ export pkg_config="$ROOT/$TOOLCHAIN/bin/pkg-config"
|
|||||||
# ffmpeg fails building with LTO support
|
# ffmpeg fails building with LTO support
|
||||||
strip_lto
|
strip_lto
|
||||||
|
|
||||||
|
# ffmpeg fails running with GOLD support
|
||||||
|
strip_gold
|
||||||
|
|
||||||
#LDFLAGS="$(echo "$LDFLAGS" | sed "s/-Wl,-Bsymbolic-functions//g")"
|
#LDFLAGS="$(echo "$LDFLAGS" | sed "s/-Wl,-Bsymbolic-functions//g")"
|
||||||
|
|
||||||
cd $PKG_BUILD/
|
cd $PKG_BUILD/
|
||||||
|
Loading…
x
Reference in New Issue
Block a user