[Mplayer-cvslog] CVS: main configure,1.728,1.729

Alex Beregszaszi alex at mplayerhq.hu
Fri Jun 20 15:18:34 CEST 2003


Update of /cvsroot/mplayer/main
In directory mail:/var/tmp.root/cvs-serv3470

Modified Files:
	configure 
Log Message:
cosistency fix with backward compatibility (now lavc's arm optimisations are enabled too!)

Index: configure
===================================================================
RCS file: /cvsroot/mplayer/main/configure,v
retrieving revision 1.728
retrieving revision 1.729
diff -u -r1.728 -r1.729
--- configure	17 Jun 2003 21:46:18 -0000	1.728
+++ configure	20 Jun 2003 13:18:31 -0000	1.729
@@ -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=''
@@ -5713,6 +5713,11 @@
  */
 #ifdef ARCH_POWERPC
 #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 */



More information about the MPlayer-cvslog mailing list