This website works better with JavaScript.
Home
Help
Sign In
falkTX
/
FFmpeg
mirror of
https://github.com/falkTX/FFmpeg.git
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
338
Wiki
Activity
Browse Source
swscale: correct include path to fix ppc altivec build
tags/n0.8
Janne Grunau
14 years ago
parent
6216fc70b7
commit
b6cad3df82
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
libswscale/ppc/swscale_template.c
+ 1
- 1
libswscale/ppc/swscale_template.c
View File
@@ -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,
Write
Preview
Loading…
Cancel
Save