mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-23 13:24:17 +08:00
Merge pull request #82 from xTibor/ffmpeg
ffmpeg: Switch to a working release branch, fix hardcoded arch
This commit is contained in:
commit
92fc1056ce
@ -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