summaryrefslogtreecommitdiff
path: root/libswscale/swscale_internal.h
diff options
context:
space:
mode:
authorDiego Biurrun <diego@biurrun.de>2007-08-22 22:46:55 +0000
committerDiego Biurrun <diego@biurrun.de>2007-08-22 22:46:55 +0000
commitd8e84202c788a1f4bd074f119f9c03b2c9288b12 (patch)
tree0df491bfb1572450d2595dcf0e7593e17a89efad /libswscale/swscale_internal.h
parent9d16f87ffddff90182d679531a3c3b09f1243471 (diff)
Rename CONFIG_DARWIN to SYS_DARWIN, it is not configurable (in FFmpeg).
Originally committed as revision 24121 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
Diffstat (limited to 'libswscale/swscale_internal.h')
-rw-r--r--libswscale/swscale_internal.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libswscale/swscale_internal.h b/libswscale/swscale_internal.h
index c31a4436d4..5e55a6b3c0 100644
--- a/libswscale/swscale_internal.h
+++ b/libswscale/swscale_internal.h
@@ -27,7 +27,7 @@
#include "avutil.h"
-#ifdef CONFIG_DARWIN
+#ifdef SYS_DARWIN
#define AVV(x...) (x)
#else
#define AVV(x...) {x}