diff options
author | Diego Biurrun | 2007-08-22 22:46:39 +0000 |
---|---|---|
committer | Diego Biurrun | 2007-08-22 22:46:39 +0000 |
commit | 9d16f87ffddff90182d679531a3c3b09f1243471 (patch) | |
tree | 9ed49f703a7564056f452a28b0dc8a713749f672 /libpostproc | |
parent | e241ba148fb725c84cdaef896f960767c5d6dcc4 (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 'libpostproc')
-rw-r--r-- | libpostproc/postprocess_altivec_template.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libpostproc/postprocess_altivec_template.c b/libpostproc/postprocess_altivec_template.c index 6a76c0eb74..332c5bbdd4 100644 --- a/libpostproc/postprocess_altivec_template.c +++ b/libpostproc/postprocess_altivec_template.c @@ -22,7 +22,7 @@ #include "avutil.h" -#ifdef CONFIG_DARWIN +#ifdef SYS_DARWIN #define AVV(x...) (x) #else #define AVV(x...) {x} |