summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2007-08-22 22:46:55 +0000
committerdiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2007-08-22 22:46:55 +0000
commitf7176daf511f1c9301f5e19ecad72ab0e986bf02 (patch)
treea75bc5108b586f37270e2b0ef802b48e5642d58c
parent1bb8c20fc7e674d3aaed650f248fd0ba17e7dd37 (diff)
downloadmpv-f7176daf511f1c9301f5e19ecad72ab0e986bf02.tar.bz2
mpv-f7176daf511f1c9301f5e19ecad72ab0e986bf02.tar.xz
Rename CONFIG_DARWIN to SYS_DARWIN, it is not configurable (in FFmpeg).
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@24121 b3059339-0415-0410-9bf9-f77b7e298cf2
-rw-r--r--libswscale/swscale_altivec_template.c2
-rw-r--r--libswscale/swscale_internal.h2
2 files changed, 2 insertions, 2 deletions
diff --git a/libswscale/swscale_altivec_template.c b/libswscale/swscale_altivec_template.c
index 95f40e07ce..fcbf581ba0 100644
--- a/libswscale/swscale_altivec_template.c
+++ b/libswscale/swscale_altivec_template.c
@@ -21,7 +21,7 @@
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
*/
-#ifdef CONFIG_DARWIN
+#ifdef SYS_DARWIN
#define AVV(x...) (x)
#else
#define AVV(x...) {x}
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}