Skip to content

Commit 84bc8ae

Browse files
committed
ensure ARM is pushed before starting to build ffmpeg
1 parent eeba91c commit 84bc8ae

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

recipes/ffmpeg/recipe.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,12 +26,12 @@ function build_ffmpeg() {
2626

2727
# build ffmpeg
2828
export NDK=$ANDROIDNDK
29+
push_arm
30+
2931
if [ ! -f $BUILD_ffmpeg/build/ffmpeg/armeabi-v7a/lib/libavcodec.a ]; then
3032
try env FFMPEG_ARCHS='armv7a' ./build-h264-aac.sh
3133
fi
3234

33-
push_arm
34-
3535
# build python extension
3636
export JNI_PATH=$JNI_PATH
3737
export CFLAGS="$CFLAGS -I$JNI_PATH/sdl/include -I$JNI_PATH/sdl_mixer/"

0 commit comments

Comments
 (0)