mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-21 20:34:17 +08:00
ffmpeg: Switch to a working release branch, fix hardcoded arch
This commit is contained in:
parent
cc5f7523bf
commit
3f373ee7a6
@ -1,4 +1,5 @@
|
||||
GIT=https://github.com/FFmpeg/FFmpeg
|
||||
BRANCH=release/3.3
|
||||
|
||||
function recipe_update {
|
||||
echo "skipping update"
|
||||
@ -9,8 +10,8 @@ function recipe_build {
|
||||
./configure \
|
||||
--enable-cross-compile \
|
||||
--target-os=redox \
|
||||
--arch=x86_64 \
|
||||
--cross_prefix=x86_64-unknown-redox- \
|
||||
--arch=${ARCH} \
|
||||
--cross_prefix=${HOST}- \
|
||||
--prefix=/ \
|
||||
--disable-network
|
||||
make
|
||||
|
||||
Loading…
Reference in New Issue
Block a user