Sanitize altivec code so it can be built with runtime check properly
authorLuca Barbato <lu_zero@gentoo.org>
Tue, 2 Oct 2007 11:39:32 +0000 (11:39 +0000)
committerLuca Barbato <lu_zero@gentoo.org>
Tue, 2 Oct 2007 11:39:32 +0000 (11:39 +0000)
commit89523beea45e265d985aace8be79b45e94f21e6b
tree22e94bf7a6cef3a705148ebfdb3b0621a82e0904
parent298726ba556587db5fc108870300297352bbe69f
Sanitize altivec code so it can be built with runtime check properly

Originally committed as revision 10640 to svn://svn.ffmpeg.org/ffmpeg/trunk
14 files changed:
libavcodec/Makefile
libavcodec/dsputil.h
libavcodec/imgresample.c
libavcodec/ppc/check_altivec.c [new file with mode: 0644]
libavcodec/ppc/dsputil_altivec.c
libavcodec/ppc/dsputil_altivec.h
libavcodec/ppc/fft_altivec.c
libavcodec/ppc/gmc_altivec.c
libavcodec/ppc/h264_altivec.c
libavcodec/ppc/imgresample_altivec.c [new file with mode: 0644]
libavcodec/ppc/imgresample_altivec.h [new file with mode: 0644]
libavcodec/ppc/mpegvideo_altivec.c
libavcodec/ppc/util_altivec.h [new file with mode: 0644]
libavcodec/ppc/vc1dsp_altivec.c