Skip to content

Commit 0142035

Browse files
author
Cedric Fung
committed
Use -marm
1 parent df29cf3 commit 0142035

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

FFmpeg-Android.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
#
33
# FFmpeg-Android, a bash script to build FFmpeg for Android.
44
#
5-
# Copyright (c) 2012 Cedric Fung <[email protected]>
5+
# Copyright (c) 2012 Cedric Fung <[email protected]>
66
#
77
# FFmpeg-Android will build FFmpeg for Android automatically,
88
# with patches from VPlayer's Android version <https://vplayer.net/>.
@@ -52,7 +52,7 @@ export CC="ccache arm-linux-androideabi-gcc"
5252
export LD=arm-linux-androideabi-ld
5353
export AR=arm-linux-androideabi-ar
5454

55-
CFLAGS="-O3 -Wall -mthumb -pipe -fpic -fasm \
55+
CFLAGS="-O3 -Wall -marm -pipe -fpic -fasm \
5656
-finline-limit=300 -ffast-math \
5757
-fstrict-aliasing -Werror=strict-aliasing \
5858
-fmodulo-sched -fmodulo-sched-allow-regmoves \

0 commit comments

Comments
 (0)