Commit 93dcb2c3 authored by diego's avatar diego

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

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


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@5531 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent c37868bd
......@@ -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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment