OSDN Git Service

Rename CONFIG_DARWIN to SYS_DARWIN, it is not configurable (in FFmpeg).
authorDiego Biurrun <diego@biurrun.de>
Wed, 22 Aug 2007 22:46:55 +0000 (22:46 +0000)
committerDiego Biurrun <diego@biurrun.de>
Wed, 22 Aug 2007 22:46:55 +0000 (22:46 +0000)
Originally committed as revision 24121 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale

libswscale/swscale_altivec_template.c
libswscale/swscale_internal.h

index 95f40e0..fcbf581 100644 (file)
@@ -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}
index c31a443..5e55a6b 100644 (file)
@@ -27,7 +27,7 @@
 
 #include "avutil.h"
 
-#ifdef CONFIG_DARWIN
+#ifdef SYS_DARWIN
 #define AVV(x...) (x)
 #else
 #define AVV(x...) {x}