swscale: partially move the arch specific code left
authorLuca Barbato <lu_zero@gentoo.org>
Wed, 13 Apr 2011 18:57:30 +0000 (20:57 +0200)
committerLuca Barbato <lu_zero@gentoo.org>
Thu, 14 Apr 2011 20:16:47 +0000 (22:16 +0200)
commit86330b4c9258d5e583c0db033d1e68f46443307c
treee0d66372276b56ebe388a6dbf606c8891af897b6
parentc0038328830d7b341c28d7c99b0236a33617fd21
swscale: partially move the arch specific code left

PPC and x86 code is split off from swscale_template.c. Lots of code is
still duplicated and should be removed later.

Again uniformize the init system to be more similar to the dsputil one.

Unset h*scale_fast in the x86 init in order to make the output
consistent with the previous status. Thanks to Josh for spotting it.
libswscale/ppc/swscale_template.c [new file with mode: 0644]
libswscale/swscale.c
libswscale/swscale_template.c
libswscale/x86/swscale_template.c [new file with mode: 0644]