[Ffmpeg-cvslog] r6588 - trunk/libavcodec/ppc/dsputil_ppc.c

lu_zero subversion
Sun Oct 8 15:55:02 CEST 2006


Author: lu_zero
Date: Sun Oct  8 15:55:02 2006
New Revision: 6588

Modified:
   trunk/libavcodec/ppc/dsputil_ppc.c

Log:
Non Altivec optimizations already present at the top

Modified: trunk/libavcodec/ppc/dsputil_ppc.c
==============================================================================
--- trunk/libavcodec/ppc/dsputil_ppc.c	(original)
+++ trunk/libavcodec/ppc/dsputil_ppc.c	Sun Oct  8 15:55:02 2006
@@ -314,11 +314,6 @@
           }
         }
 #endif /* POWERPC_PERFORMANCE_REPORT */
-    } else
-#endif /* HAVE_ALTIVEC */
-    {
-        // Non-AltiVec PPC optimisations
-
-        // ... pending ...
     }
+#endif /* HAVE_ALTIVEC */
 }




More information about the ffmpeg-cvslog mailing list