Skip to content

Commit

Permalink
Libvpx. Enabling Thumb for arm and arm64
Browse files Browse the repository at this point in the history
  • Loading branch information
Javernaut committed Jul 25, 2020
1 parent c5a2156 commit 8ef2492
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/libvpx/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@ case $ANDROID_ABI in
VPX_AS=${FAM_YASM}
;;
armeabi-v7a)
EXTRA_BUILD_FLAGS="--target=armv7-android-gcc"
EXTRA_BUILD_FLAGS="--target=armv7-android-gcc --enable-thumb"
;;
arm64-v8a)
EXTRA_BUILD_FLAGS="--target=arm64-android-gcc"
EXTRA_BUILD_FLAGS="--target=arm64-android-gcc --enable-thumb"
;;
esac

Expand Down

0 comments on commit 8ef2492

Please sign in to comment.