You've already forked FFmpeg
mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-08-15 14:13:16 +02:00
swscale: correct include path to fix ppc altivec build
This commit is contained in:
@@ -20,7 +20,7 @@
|
||||
|
||||
|
||||
#if COMPILE_TEMPLATE_ALTIVEC
|
||||
#include "ppc/swscale_altivec_template.c"
|
||||
#include "swscale_altivec_template.c"
|
||||
#endif
|
||||
|
||||
static inline void RENAME(yuv2yuvX)(SwsContext *c, const int16_t *lumFilter, const int16_t **lumSrc, int lumFilterSize,
|
||||
|
Reference in New Issue
Block a user