You've already forked FFmpeg
mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-07-16 22:42:38 +02:00
ARM: add -marm flag since we do not support Thumb
Originally committed as revision 20144 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
2
configure
vendored
2
configure
vendored
@ -2091,6 +2091,8 @@ od -A n -t x1 $TMPO | grep -q '42 *49 *47 *45' && enable bigendian
|
|||||||
|
|
||||||
if enabled arm; then
|
if enabled arm; then
|
||||||
|
|
||||||
|
check_cflags -marm
|
||||||
|
|
||||||
check_ld <<EOF && enable vfp_args
|
check_ld <<EOF && enable vfp_args
|
||||||
__asm__ (".eabi_attribute 28, 1");
|
__asm__ (".eabi_attribute 28, 1");
|
||||||
int main(void) { return 0; }
|
int main(void) { return 0; }
|
||||||
|
Reference in New Issue
Block a user