Commit 2f0d9bfc authored by diego's avatar diego

Remove SYS_DARWIN preprocessor directive that is just a duplicate of a

gcc-specific directive a few lines below.


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@10211 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 63bb5fa5
...@@ -27,10 +27,6 @@ ...@@ -27,10 +27,6 @@
#include <altivec.h> #include <altivec.h>
#endif #endif
#ifdef SYS_DARWIN
#define REG_v(a) asm ( #a )
#else
#if (__GNUC__ < 4) #if (__GNUC__ < 4)
# define REG_v(a) # define REG_v(a)
#else #else
...@@ -101,8 +97,6 @@ __ch (__bin_args_eq (vector unsigned int, (a1), vector unsigned int, (a2)), \ ...@@ -101,8 +97,6 @@ __ch (__bin_args_eq (vector unsigned int, (a1), vector unsigned int, (a2)), \
#endif #endif
#endif /* SYS_DARWIN */
#ifndef __MWERKS__ #ifndef __MWERKS__
#define const_vector const vector #define const_vector const vector
#else #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