changeset 24102:c329fa49da96

CONFIG_DARWIN was removed from FFmpeg.
author diego
date Wed, 22 Aug 2007 22:51:03 +0000
parents 56382475b156
children d44e23b469a3
files configure
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/configure	Wed Aug 22 22:46:55 2007 +0000
+++ b/configure	Wed Aug 22 22:51:03 2007 +0000
@@ -7391,7 +7391,7 @@
 
 #############################################################################
 if darwin ; then
-  CFLAGS="$CFLAGS -mdynamic-no-pic -falign-loops=16 -DSYS_DARWIN -DCONFIG_DARWIN -shared-libgcc"
+  CFLAGS="$CFLAGS -mdynamic-no-pic -falign-loops=16 -DSYS_DARWIN -shared-libgcc"
   if [ "$_cc_major" = 3 ] && [ "$_cc_minor" -lt 1 ]; then
     CFLAGS="$CFLAGS -no-cpp-precomp"
   fi