mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-24 11:16:51 +00:00
Merge pull request #4039 from mrdominuzq/ffmpeg-cleanup
ffmpeg: move pkg-config to configure
This commit is contained in:
commit
e60b36917a
@ -89,8 +89,6 @@ pre_configure_target() {
|
||||
cd $ROOT/$PKG_BUILD
|
||||
rm -rf .$TARGET_NAME
|
||||
|
||||
export pkg_config="$ROOT/$TOOLCHAIN/bin/pkg-config"
|
||||
|
||||
# ffmpeg fails building with LTO support
|
||||
strip_lto
|
||||
|
||||
@ -131,6 +129,7 @@ configure_target() {
|
||||
--disable-doc \
|
||||
$FFMPEG_DEBUG \
|
||||
$FFMPEG_PIC \
|
||||
--pkg-config="$ROOT/$TOOLCHAIN/bin/pkg-config" \
|
||||
--enable-optimizations \
|
||||
--disable-armv5te --disable-armv6t2 \
|
||||
--disable-extra-warnings \
|
||||
|
Loading…
x
Reference in New Issue
Block a user