Skip to content
Snippets Groups Projects
Commit 3f373ee7 authored by Nagy Tibor's avatar Nagy Tibor
Browse files

ffmpeg: Switch to a working release branch, fix hardcoded arch

parent cc5f7523
No related branches found
No related tags found
1 merge request!82ffmpeg: Switch to a working release branch, fix hardcoded arch
GIT=https://github.com/FFmpeg/FFmpeg GIT=https://github.com/FFmpeg/FFmpeg
BRANCH=release/3.3
function recipe_update { function recipe_update {
echo "skipping update" echo "skipping update"
...@@ -9,8 +10,8 @@ function recipe_build { ...@@ -9,8 +10,8 @@ function recipe_build {
./configure \ ./configure \
--enable-cross-compile \ --enable-cross-compile \
--target-os=redox \ --target-os=redox \
--arch=x86_64 \ --arch=${ARCH} \
--cross_prefix=x86_64-unknown-redox- \ --cross_prefix=${HOST}- \
--prefix=/ \ --prefix=/ \
--disable-network --disable-network
make make
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment