]> git.sesse.net Git - ffmpeg/blobdiff - libavcodec/mathops.h
Add size that is needed for the wmapro codec
[ffmpeg] / libavcodec / mathops.h
index 486eed7822aeabf8e93a8e24ee9f4e342a9bc515..07265c81f5837fdd7d3eeb5f7ea369e93b349779 100644 (file)
 
 #ifdef ARCH_X86_32
 
-#include "i386/mathops.h"
+#include "x86/mathops.h"
 
 #elif defined(ARCH_ARM)
 
 #include "arm/mathops.h"
 
-#elif defined(ARCH_POWERPC)
+#elif defined(ARCH_PPC)
 
 #include "ppc/mathops.h"