This website requires JavaScript.
Explore
Help
Sign In
RepoMirrors
/
ffmpeg
mirror of
https://git.ffmpeg.org/ffmpeg.git
Watch
1
Star
0
Fork
You've already forked ffmpeg
0
Code
Issues
Projects
Releases
Wiki
Activity
31327c2d07
ffmpeg
/
libswscale
/
ppc
/
Makefile
5 lines
248 B
Makefile
Raw
Normal View
History
Unescape
Escape
swscale: ppc: Hide arch-specific initialization details Also give consistent names to init functions.
2012-10-10 23:06:04 +00:00
OBJS
+=
ppc/swscale_altivec.o
\
ppc/yuv2rgb_altivec.o
\
ppc/yuv2yuv_altivec.o
\
swscale/ppc: Move VSX-using code to its own file Passes fate on LE (with "lavc/jrevdct: Avoid an aliasing violation" applied). Signed-off-by: Lauri Kasanen <cand@gmx.com> Tested-by: Michael Kostylev on BE Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
2018-11-26 12:24:15 +00:00
ppc/swscale_vsx.o