diff options
author | Diego Biurrun <diego@biurrun.de> | 2009-04-12 21:45:26 +0000 |
---|---|---|
committer | Diego Biurrun <diego@biurrun.de> | 2009-04-12 21:45:26 +0000 |
commit | 5137235e0cc19175bc96eecd0762ab3398d5c4a8 (patch) | |
tree | 196b380b5f9e3217b5edc8d2bd1d65acb9186bf2 /libavcodec/ppc/h264_altivec.c | |
parent | 788cca4135875642418fea7a4aee18a865a251cd (diff) | |
download | ffmpeg-5137235e0cc19175bc96eecd0762ab3398d5c4a8.tar.gz |
Remove gcc_fixes.h. It only contains workarounds for unsupported gcc versions.
Originally committed as revision 18476 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/ppc/h264_altivec.c')
-rw-r--r-- | libavcodec/ppc/h264_altivec.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/libavcodec/ppc/h264_altivec.c b/libavcodec/ppc/h264_altivec.c index 5248a2f9c3..4efd13cf12 100644 --- a/libavcodec/ppc/h264_altivec.c +++ b/libavcodec/ppc/h264_altivec.c @@ -21,8 +21,6 @@ #include "libavcodec/dsputil.h" #include "libavcodec/h264data.h" -#include "gcc_fixes.h" - #include "dsputil_ppc.h" #include "dsputil_altivec.h" #include "util_altivec.h" |