diff --git a/recipes/ffmpeg/recipe.sh b/recipes/ffmpeg/recipe.sh
index 25ec130da630d2e18a17c2d76b1215fc3d035e34..565577dceb70a1ddafd1cab14044fc47465339b2 100644
--- a/recipes/ffmpeg/recipe.sh
+++ b/recipes/ffmpeg/recipe.sh
@@ -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