Skip to content
Snippets Groups Projects
Commit 92fc1056 authored by Jeremy Soller's avatar Jeremy Soller Committed by GitHub
Browse files

Merge pull request #82 from xTibor/ffmpeg

ffmpeg: Switch to a working release branch, fix hardcoded arch
parents cc5f7523 3f373ee7
No related branches found
No related tags found
No related merge requests found
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
......
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