|
|
@@ -89,6 +89,7 @@ try to unroll inner for(x=0 ... loop to avoid these damn if(x ... checks
|
|
|
#include "postprocess.h"
|
|
|
#include "postprocess_internal.h"
|
|
|
#include "libavutil/avstring.h"
|
|
|
+#include "libavutil/ppc/util_altivec.h"
|
|
|
|
|
|
#include "libavutil/ffversion.h"
|
|
|
const char postproc_ffversion[] = "FFmpeg version " FFMPEG_VERSION;
|
|
|
@@ -110,10 +111,6 @@ const char *postproc_license(void)
|
|
|
return LICENSE_PREFIX FFMPEG_LICENSE + sizeof(LICENSE_PREFIX) - 1;
|
|
|
}
|
|
|
|
|
|
-#if HAVE_ALTIVEC_H
|
|
|
-#include <altivec.h>
|
|
|
-#endif
|
|
|
-
|
|
|
#define GET_MODE_BUFFER_SIZE 500
|
|
|
#define OPTIONS_ARRAY_SIZE 10
|
|
|
#define BLOCK_SIZE 8
|