[Ffmpeg-cvslog] r5822 - trunk/configure

diego subversion
Mon Jul 24 11:48:10 CEST 2006


Author: diego
Date: Mon Jul 24 11:48:09 2006
New Revision: 5822

Modified:
   trunk/configure

Log:
Remove unnecessary darwin variable.


Modified: trunk/configure
==============================================================================
--- trunk/configure	(original)
+++ trunk/configure	Mon Jul 24 11:48:09 2006
@@ -568,7 +568,6 @@
 SHFLAGS="-dynamiclib -Wl,-single_module -Wl,-install_name,\$(libdir)/\$(SLIBNAME),-current_version,\$(SPPVERSION),-compatibility_version,\$(SPPVERSION)"
 VHOOKFLAGS='-dynamiclib -Wl,-single_module -flat_namespace -undefined suppress -Wl,-install_name,$(libdir)/vhook/$@'
 extralibs=""
-darwin="yes"
 strip="strip -x"
 installstrip=""
 FFLDFLAGS="-Wl,-dynamic,-search_paths_first"
@@ -1242,7 +1241,7 @@
 fi
 
 if test "$_memalign" = "no" -a "$mmx" = "yes" -a \
-        "$memalignhack" != "yes" -a "$darwin" != "yes" ; then
+        "$memalignhack" != "yes" -a "$targetos != Darwin" ; then
     die "Error, no memalign() but SSE enabled, disable it or use --enable-memalign-hack."
 fi
 
@@ -1957,7 +1956,7 @@
   echo "#define HAVE_THREADS 1" >> $TMPH
 fi
 
-if test "$darwin" = "yes"; then
+if test "$TARGET_OS" = "Darwin"; then
   echo "#define CONFIG_DARWIN 1"  >> $TMPH
   echo "CONFIG_DARWIN=yes" >> config.mak
 fi




More information about the ffmpeg-cvslog mailing list