Remove Metrowerks compiler workaround.

Originally committed as revision 10632 to svn://svn.ffmpeg.org/ffmpeg/trunk
pull/126/head
Diego Biurrun 17 years ago
parent dead9db83a
commit cd195f14c6
  1. 5
      libavcodec/ppc/gcc_fixes.h

@ -97,11 +97,6 @@ __ch (__bin_args_eq (vector unsigned int, (a1), vector unsigned int, (a2)), \
#endif
#ifndef __MWERKS__
#define const_vector const vector
#else
#define const_vector vector
#define AVV
#endif
#endif /* GCC_FIXES_H */

Loading…
Cancel
Save