diff libpostproc/postprocess.h @ 2036:6a6c678517b3 libavcodec

altivec optimizations and horizontal filter fix by (Romain Dolbeau <dolbeau at irisa dot fr>)
author michael
date Wed, 26 May 2004 20:15:15 +0000
parents 2e06398e4647
children ef2149182f1c
line wrap: on
line diff
--- a/libpostproc/postprocess.h	Wed May 26 20:04:49 2004 +0000
+++ b/libpostproc/postprocess.h	Wed May 26 20:15:15 2004 +0000
@@ -59,6 +59,7 @@
 #define PP_CPU_CAPS_MMX   0x80000000
 #define PP_CPU_CAPS_MMX2  0x20000000
 #define PP_CPU_CAPS_3DNOW 0x40000000
+#define PP_CPU_CAPS_ALTIVEC 0x10000000
 
 #define PP_FORMAT         0x00000008
 #define PP_FORMAT_420    (0x00000011|PP_FORMAT)