Merge pull request #82 from xTibor/ffmpeg

ffmpeg: Switch to a working release branch, fix hardcoded arch
This commit is contained in:
Jeremy Soller 2017-09-09 21:43:48 -06:00 committed by GitHub
commit 92fc1056ce

View File

@ -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