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/dsputil.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/dsputil.h')
-rw-r--r-- | libavcodec/dsputil.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/dsputil.h b/libavcodec/dsputil.h index 2997251a75..2b454656eb 100644 --- a/libavcodec/dsputil.h +++ b/libavcodec/dsputil.h @@ -554,7 +554,7 @@ extern int mm_flags; extern int mm_flags; -#if defined(HAVE_ALTIVEC) && !defined(CONFIG_DARWIN) +#if defined(HAVE_ALTIVEC) && !defined(SYS_DARWIN) #define pixel altivec_pixel #include <altivec.h> #undef pixel |