[FFmpeg-cvslog] r10211 - trunk/libavcodec/ppc/gcc_fixes.h
diego
subversion
Fri Aug 24 17:38:37 CEST 2007
Author: diego
Date: Fri Aug 24 17:38:37 2007
New Revision: 10211
Log:
Remove SYS_DARWIN preprocessor directive that is just a duplicate of a
gcc-specific directive a few lines below.
Modified:
trunk/libavcodec/ppc/gcc_fixes.h
Modified: trunk/libavcodec/ppc/gcc_fixes.h
==============================================================================
--- trunk/libavcodec/ppc/gcc_fixes.h (original)
+++ trunk/libavcodec/ppc/gcc_fixes.h Fri Aug 24 17:38:37 2007
@@ -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
#endif
-#endif /* SYS_DARWIN */
-
#ifndef __MWERKS__
#define const_vector const vector
#else
More information about the ffmpeg-cvslog
mailing list