From 2122f9c030e5032c59c77a6b72ecf0f426e1cc0a Mon Sep 17 00:00:00 2001 From: Ramiro Polla Date: Tue, 27 Jun 2006 07:38:57 +0000 Subject: [PATCH] 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 --- configure | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure b/configure index 2d1c2524fac..0b6e36d4e68 100755 --- 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 -- 2.39.2