Commit e4506f0c authored by Diego Biurrun's avatar Diego Biurrun

Remove SYS_DARWIN preprocessor directive that is just a duplicate of a

gcc-specific directive a few lines below.

Originally committed as revision 10211 to svn://svn.ffmpeg.org/ffmpeg/trunk
parent 4b180bbd
......@@ -27,10 +27,6 @@
#include <altivec.h>
#endif
#ifdef SYS_DARWIN
#define REG_v(a) asm ( #a )
#else
#if (__GNUC__ < 4)
# define REG_v(a)
#else
......@@ -101,8 +97,6 @@ __ch (__bin_args_eq (vector unsigned int, (a1), vector unsigned int, (a2)), \
#endif
#endif /* SYS_DARWIN */
#ifndef __MWERKS__
#define const_vector const vector
#else
......
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