Skip to content
Snippets Groups Projects
Commit b6cad3df authored by Janne Grunau's avatar Janne Grunau
Browse files

swscale: correct include path to fix ppc altivec build

parent 6216fc70
No related branches found
No related tags found
No related merge requests found
...@@ -20,7 +20,7 @@ ...@@ -20,7 +20,7 @@
#if COMPILE_TEMPLATE_ALTIVEC #if COMPILE_TEMPLATE_ALTIVEC
#include "ppc/swscale_altivec_template.c" #include "swscale_altivec_template.c"
#endif #endif
static inline void RENAME(yuv2yuvX)(SwsContext *c, const int16_t *lumFilter, const int16_t **lumSrc, int lumFilterSize, static inline void RENAME(yuv2yuvX)(SwsContext *c, const int16_t *lumFilter, const int16_t **lumSrc, int lumFilterSize,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment