1
0
mirror of https://github.com/mpv-player/mpv synced 2025-02-15 03:27:35 +00:00

Move swscale AltiVec template code to ppc subdirectory.

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@29099 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
diego 2009-03-29 14:18:44 +00:00
parent 22b2f80efb
commit 04327ae83a
2 changed files with 1 additions and 1 deletions

View File

@ -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) \