mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-27 12:46:53 +00:00
ffmpeg:
- fix arch parameter setting in ffmpeg build script
This commit is contained in:
parent
2fa04dd78f
commit
c6510161b3
@ -30,7 +30,7 @@ fi
|
|||||||
cd $PKG_BUILD/
|
cd $PKG_BUILD/
|
||||||
./configure --enable-cross-compile \
|
./configure --enable-cross-compile \
|
||||||
--cross-prefix=$TARGET_PREFIX \
|
--cross-prefix=$TARGET_PREFIX \
|
||||||
--arch=$TARGET_NAME \
|
--arch=$TARGET_ARCH \
|
||||||
--prefix=/usr \
|
--prefix=/usr \
|
||||||
--extra-cflags="$CFLAGS" \
|
--extra-cflags="$CFLAGS" \
|
||||||
--cpu=$TARGET_CPU \
|
--cpu=$TARGET_CPU \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user