diff options
author | Diego Biurrun <diego@biurrun.de> | 2007-08-22 22:46:39 +0000 |
---|---|---|
committer | Diego Biurrun <diego@biurrun.de> | 2007-08-22 22:46:39 +0000 |
commit | 9d16f87ffddff90182d679531a3c3b09f1243471 (patch) | |
tree | 9ed49f703a7564056f452a28b0dc8a713749f672 /libavcodec/ppc/gcc_fixes.h | |
parent | e241ba148fb725c84cdaef896f960767c5d6dcc4 (diff) | |
download | ffmpeg-9d16f87ffddff90182d679531a3c3b09f1243471.tar.gz |
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.h | 4 |
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 |