mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-02-11 04:15:47 +00:00
Move swscale AltiVec template code to ppc subdirectory.
Originally committed as revision 29099 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
This commit is contained in:
parent
b2184b9c56
commit
009d2d74c2
@ -67,7 +67,7 @@
|
||||
#define MOVNTQ(a,b) REAL_MOVNTQ(a,b)
|
||||
|
||||
#if HAVE_ALTIVEC
|
||||
#include "swscale_altivec_template.c"
|
||||
#include "ppc/swscale_altivec_template.c"
|
||||
#endif
|
||||
|
||||
#define YSCALEYUV2YV12X(x, offset, dest, width) \
|
||||
|
Loading…
Reference in New Issue
Block a user