Commit b1312aa2 authored by Diego Biurrun's avatar Diego Biurrun

Merge __MWERKS__ preprocessor directives.

Originally committed as revision 10208 to svn://svn.ffmpeg.org/ffmpeg/trunk
parent 6465c977
......@@ -28,9 +28,6 @@
#endif
#ifdef SYS_DARWIN
# ifdef __MWERKS__
# define AVV
# endif
#define REG_v(a) asm ( #a )
#else
......@@ -110,6 +107,7 @@ __ch (__bin_args_eq (vector unsigned int, (a1), vector unsigned int, (a2)), \
#define const_vector const vector
#else
#define const_vector vector
#define AVV
#endif
#endif /* GCC_FIXES_H */
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment