No more imgresample_altivec.c or snow_altivec.c in ffmpeg v0.6.

Add the new vp3dsp_altivec.c, though.
Should fix the ppc build.

*Untested*


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@38581 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Philippe Houdoin 2010-09-08 14:46:48 +00:00
parent 80528f21d6
commit 05b9aa91c6

View File

@ -18,19 +18,19 @@ SubDirC++Flags $(HAIKU_FFMPEG_DEFINES) ;
StaticLibrary libavcodec_ppc.a :
check_altivec.c
float_altivec.c
int_altivec.c
dsputil_altivec.c
dsputil_ppc.c
fdct_altivec.c
fft_altivec.c
idct_altivec.c
float_altivec.c
gmc_altivec.c
imgresample_altivec.c
h264_altivec.c
# h264_template_altivec.c
idct_altivec.c
int_altivec.c
mpegvideo_altivec.c
vc1dsp_altivec.c
snow_altivec.c
vp3dsp_altivec.c
;