1
0
mirror of https://github.com/FFmpeg/FFmpeg.git synced 2024-12-28 20:53:54 +02:00
FFmpeg/libavcodec/ppc
Pavel Koshevoy 9425dc3dba Fix build failure on osx 10.5.8 ppc
Second parameter to vec_splat must be a literal, not a variable
value.  Therefore the second nested for-loop in
float_to_int16_stride_altivec had to be unrolled.

Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2012-10-08 05:40:26 +02:00
..
asm.S
dsputil_altivec.c
dsputil_altivec.h
dsputil_ppc.c
fdct_altivec.c
fft_altivec_s.S
fft_altivec.c
float_altivec.c
fmtconvert_altivec.c Fix build failure on osx 10.5.8 ppc 2012-10-08 05:40:26 +02:00
gmc_altivec.c
h264_altivec_template.c
h264_altivec.c
idct_altivec.c
int_altivec.c
Makefile
mathops.h
mpegaudiodec_altivec.c
mpegvideo_altivec.c
vc1dsp_altivec.c
vp3dsp_altivec.c
vp8dsp_altivec.c