Install into $PROGRAMFILES instead of a hardcoded path on MinGW.

patch by Ramiro Polla, ramiro86 %at% hotmail %dot% com

Originally committed as revision 5531 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
Ramiro Polla
2006-06-27 07:38:57 +00:00
committed by Diego Biurrun
parent be3492ec7e
commit 2122f9c030
Vendored
+1 -1
View File
@@ -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