]> git.sesse.net Git - ffmpeg/commitdiff
Install into $PROGRAMFILES instead of a hardcoded path on MinGW.
authorRamiro Polla <ramiro@lisha.ufsc.br>
Tue, 27 Jun 2006 07:38:57 +0000 (07:38 +0000)
committerDiego Biurrun <diego@biurrun.de>
Tue, 27 Jun 2006 07:38:57 +0000 (07:38 +0000)
patch by Ramiro Polla, ramiro86 %at% hotmail %dot% com

Originally committed as revision 5531 to svn://svn.ffmpeg.org/ffmpeg/trunk

configure

index 2d1c2524fac62cd7a00776acbd5d01af67f1f69e..0b6e36d4e68e58885526732b4310fe3faab2747d 100755 (executable)
--- a/configure
+++ b/configure
@@ -1131,7 +1131,7 @@ EOF
     SLIBPREF=""
     SLIBSUF=".dll"
     EXESUF=".exe"
-    if test "$force_prefix" != yes; then prefix="/c/Program Files/FFmpeg"; fi
+    if test "$force_prefix" != yes; then prefix="$PROGRAMFILES/FFmpeg"; fi
     if test "$force_libdir" != yes; then bindir="$prefix"; fi
 fi