[FFmpeg-cvslog] r20144 - trunk/configure
mru
subversion
Fri Oct 2 10:41:52 CEST 2009
Author: mru
Date: Fri Oct 2 10:41:52 2009
New Revision: 20144
Log:
ARM: add -marm flag since we do not support Thumb
Modified:
trunk/configure
Modified: trunk/configure
==============================================================================
--- trunk/configure Fri Oct 2 09:27:08 2009 (r20143)
+++ trunk/configure Fri Oct 2 10:41:52 2009 (r20144)
@@ -2091,6 +2091,8 @@ od -A n -t x1 $TMPO | grep -q '42 *49 *4
if enabled arm; then
+ check_cflags -marm
+
check_ld <<EOF && enable vfp_args
__asm__ (".eabi_attribute 28, 1");
int main(void) { return 0; }
More information about the ffmpeg-cvslog
mailing list