summaryrefslogtreecommitdiff
path: root/libavcodec/ppc/gcc_fixes.h
diff options
context:
space:
mode:
authorDiego Biurrun <diego@biurrun.de>2007-08-22 22:46:39 +0000
committerDiego Biurrun <diego@biurrun.de>2007-08-22 22:46:39 +0000
commit9d16f87ffddff90182d679531a3c3b09f1243471 (patch)
tree9ed49f703a7564056f452a28b0dc8a713749f672 /libavcodec/ppc/gcc_fixes.h
parente241ba148fb725c84cdaef896f960767c5d6dcc4 (diff)
Rename CONFIG_DARWIN to SYS_DARWIN, it is not configurable (in FFmpeg).
Originally committed as revision 10190 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/ppc/gcc_fixes.h')
-rw-r--r--libavcodec/ppc/gcc_fixes.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/libavcodec/ppc/gcc_fixes.h b/libavcodec/ppc/gcc_fixes.h
index b91e3a6615..50d78ee6a4 100644
--- a/libavcodec/ppc/gcc_fixes.h
+++ b/libavcodec/ppc/gcc_fixes.h
@@ -27,7 +27,7 @@
#include <altivec.h>
#endif
-#ifdef CONFIG_DARWIN
+#ifdef SYS_DARWIN
# ifndef __MWERKS__
# define AVV(x...) (x)
# else
@@ -108,7 +108,7 @@ __ch (__bin_args_eq (vector unsigned int, (a1), vector unsigned int, (a2)), \
#endif
-#endif /* CONFIG_DARWIN */
+#endif /* SYS_DARWIN */
#ifndef __MWERKS__
#define const_vector const vector