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