]> git.sesse.net Git - ffmpeg/blobdiff - libpostproc/postprocess.c
avcodec/htmlsubtitles: Factor open brace handling into its own function
[ffmpeg] / libpostproc / postprocess.c
index 1dc719cf93985d5504acb8af20441f5f3d5f9fe8..6aa4ace33766e7134e2978ea86c144f9d39e1071 100644 (file)
@@ -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