1
0
mirror of https://github.com/FFmpeg/FFmpeg.git synced 2024-11-26 19:01:44 +02:00

Remove Metrowerks compiler workaround.

Originally committed as revision 10632 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
Diego Biurrun 2007-10-01 14:16:07 +00:00
parent dead9db83a
commit cd195f14c6

View File

@ -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 */