mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-24 11:16:51 +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/
|
||||
./configure --enable-cross-compile \
|
||||
--cross-prefix=$TARGET_PREFIX \
|
||||
--arch=$TARGET_NAME \
|
||||
--arch=$TARGET_ARCH \
|
||||
--prefix=/usr \
|
||||
--extra-cflags="$CFLAGS" \
|
||||
--cpu=$TARGET_CPU \
|
||||
|
Loading…
x
Reference in New Issue
Block a user