mirror of
https://github.com/xenia-project/FFmpeg.git
synced 2024-11-27 21:40:34 +00:00
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=""
|
||||
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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user