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
pull/126/head
Ramiro Polla 19 years ago committed by Diego Biurrun
parent be3492ec7e
commit 2122f9c030
  1. 2
      configure

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…
Cancel
Save