Skip to content

Commit 6433b9c

Browse files
authored
Update build-ffmpeg.sh
1 parent 4b8e3e7 commit 6433b9c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/scripts/build-ffmpeg.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ ext {
2626
echo "Build FFmpeg"
2727
echo $ANDROID_NDK_HOME
2828
echo $NDK_PATH
29-
ANDROID_ABI=19
29+
ANDROID_ABI=21
3030
HOST_PLATFORM="linux-x86_64"
3131
ENABLED_DECODERS=(vorbis opus flac alac pcm_mulaw pcm_alaw mp3 aac ac3 eac3 dca mlp truehd)
3232

@@ -145,4 +145,4 @@ make clean
145145
${COMMON_OPTIONS}
146146
make -j$JOBS
147147
make install-libs
148-
make clean
148+
make clean

0 commit comments

Comments
 (0)