[FFmpeg-cvslog] r12465 - trunk/libavcodec/mathops.h

mru subversion
Mon Mar 17 03:33:03 CET 2008


Author: mru
Date: Mon Mar 17 03:33:02 2008
New Revision: 12465

Log:
fix typo ARCH_PPC -> ARCH_POWERPC


Modified:
   trunk/libavcodec/mathops.h

Modified: trunk/libavcodec/mathops.h
==============================================================================
--- trunk/libavcodec/mathops.h	(original)
+++ trunk/libavcodec/mathops.h	Mon Mar 17 03:33:02 2008
@@ -32,7 +32,7 @@
 
 #include "armv4l/mathops.h"
 
-#elif defined(ARCH_PPC)
+#elif defined(ARCH_POWERPC)
 
 #include "ppc/mathops.h"
 




More information about the ffmpeg-cvslog mailing list