1
0
mirror of https://github.com/FFmpeg/FFmpeg.git synced 2024-12-23 12:43:46 +02:00
FFmpeg/libavcodec/ppc
Diego Biurrun 465c9fdeeb Remove pointless HAVE_ALTIVEC #ifdefs from a file that only contains AltiVec
optimizations and no general PPC optimizations. Instead make the file be
compiled conditional to HAVE_ALTIVEC.

Originally committed as revision 10637 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-10-02 10:22:22 +00:00
..
dsputil_altivec.c Remove const vector macro indirection that is useless and obfuscating 2007-10-01 14:23:36 +00:00
dsputil_altivec.h Remove HAVE_ALTIVEC preprocessor directives that are only compiled 2007-08-24 23:01:50 +00:00
dsputil_ppc.c Remove Metrowerks compiler workaround. 2007-10-01 14:10:49 +00:00
dsputil_ppc.h Identifiers starting with underscores are reserved. 2007-08-22 12:41:16 +00:00
fdct_altivec.c
fft_altivec.c
float_altivec.c
gcc_fixes.h Remove const vector macro indirection that is useless and obfuscating 2007-10-01 14:23:36 +00:00
gmc_altivec.c Remove const vector macro indirection that is useless and obfuscating 2007-10-01 14:23:36 +00:00
h264_altivec.c whitespace/indentation cosmetics 2007-08-24 23:49:11 +00:00
h264_template_altivec.c remove alignment correction of the destination pointers in luma_16x6 2007-08-26 21:47:58 +00:00
idct_altivec.c Remove const vector macro indirection that is useless and obfuscating 2007-10-01 14:23:36 +00:00
int_altivec.c
mathops.h
mpegvideo_altivec.c Remove const vector macro indirection that is useless and obfuscating 2007-10-01 14:23:36 +00:00
mpegvideo_ppc.c Remove pointless HAVE_ALTIVEC #ifdefs from a file that only contains AltiVec 2007-10-02 10:22:22 +00:00
snow_altivec.c snow altivec is broken 2007-08-28 13:39:50 +00:00
types_altivec.h
vc1dsp_altivec.c