]> git.sesse.net Git - ffmpeg/commit
swscale/ppc: Move VSX-using code to its own file
authorLauri Kasanen <cand@gmx.com>
Mon, 26 Nov 2018 12:24:15 +0000 (14:24 +0200)
committerMichael Niedermayer <michael@niedermayer.cc>
Tue, 4 Dec 2018 01:59:07 +0000 (02:59 +0100)
commit78c7ff7d250f8c2052b0734549549e628a505cb9
tree393b155a932a2b416ee7f940dfc8e360f0c20716
parent060ea5261df52ff1ce20e87d1ddd0645fc58c2ca
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>
libswscale/ppc/Makefile
libswscale/ppc/swscale_altivec.c
libswscale/ppc/swscale_ppc_template.c [new file with mode: 0644]
libswscale/ppc/swscale_vsx.c [new file with mode: 0644]
libswscale/swscale_internal.h