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

mhoffman subversion
Thu Aug 30 17:16:52 CEST 2007


Author: mhoffman
Date: Thu Aug 30 17:16:52 2007
New Revision: 10263

Log:
Hooking bfin/mathops.h

Modified:
   trunk/libavcodec/mathops.h

Modified: trunk/libavcodec/mathops.h
==============================================================================
--- trunk/libavcodec/mathops.h	(original)
+++ trunk/libavcodec/mathops.h	Thu Aug 30 17:16:52 2007
@@ -36,6 +36,10 @@
 
 #include "ppc/mathops.h"
 
+#elif defined(ARCH_BFIN)
+
+#include "bfin/mathops.h"
+
 #endif
 
 /* generic implementation */




More information about the ffmpeg-cvslog mailing list