[Ffmpeg-cvslog] r5730 - trunk/configure

diego subversion
Thu Jul 13 23:17:20 CEST 2006


Author: diego
Date: Thu Jul 13 23:17:20 2006
New Revision: 5730

Modified:
   trunk/configure

Log:
Simplify the setting of some defaults.


Modified: trunk/configure
==============================================================================
--- trunk/configure	(original)
+++ trunk/configure	Thu Jul 13 23:17:20 2006
@@ -327,10 +327,10 @@
 logging="yes"
 logfile="config.err"
 prefix="/usr/local"
-libdir=""
-incdir=""
-mandir=""
-bindir=""
+libdir="${prefix}/lib"
+incdir="${prefix}/include/ffmpeg"
+mandir="${prefix}/man"
+bindir="${prefix}/bin"
 cross_prefix=""
 cross_compile="no"
 cc="gcc"
@@ -1473,22 +1473,6 @@
     LDFLAGS="$LDFLAGS -p"
 fi
 
-if test x"$bindir" = x""; then
-    bindir="${prefix}/bin"
-fi
-
-if test x"$libdir" = x""; then
-    libdir="${prefix}/lib"
-fi
-
-if test x"$incdir" = x""; then
-    incdir="${prefix}/include/ffmpeg"
-fi
-
-if test x"$mandir" = x""; then
-    mandir="${prefix}/man"
-fi
-
 echo "install prefix   $prefix"
 echo "source path      $source_path"
 echo "C compiler       $cc"




More information about the ffmpeg-cvslog mailing list