diff configure @ 10314:87801484302e

cosistency fix with backward compatibility (now lavc's arm optimisations are enabled too!)
author alex
date Fri, 20 Jun 2003 13:18:31 +0000
parents 0b9230d599c5
children fdc349b9bd1d
line wrap: on
line diff
--- a/configure	Fri Jun 20 13:10:42 2003 +0000
+++ b/configure	Fri Jun 20 13:18:31 2003 +0000
@@ -850,8 +850,8 @@
     ;;
 
   arm)
-    _def_arch='#define ARCH_ARM 1'
-    _target_arch='TARGET_ARCH_ARM = yes'
+    _def_arch='#define ARCH_ARMV4L 1'
+    _target_arch='TARGET_ARCH_ARMV4L = yes'
     iproc=arm
     proc=''
     _march=''
@@ -5715,6 +5715,11 @@
 #define ARCH_PPC 1
 #endif
 
+/* the same issue as with ARCH_POWERPC but with ffmpeg/libavcodec */
+#ifdef ARCH_ARMV4L
+#define ARCH_ARM 1
+#endif
+
 /* Define this for Cygwin build for win32 */
 $_def_confwin32