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:
parent
be3492ec7e
commit
2122f9c030
2
configure
vendored
2
configure
vendored
@ -1131,7 +1131,7 @@ EOF
|
|||||||
SLIBPREF=""
|
SLIBPREF=""
|
||||||
SLIBSUF=".dll"
|
SLIBSUF=".dll"
|
||||||
EXESUF=".exe"
|
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
|
if test "$force_libdir" != yes; then bindir="$prefix"; fi
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user