mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2026-06-19 19:03:00 +02:00
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
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user