diff options
author | Ramiro Polla <ramiro@lisha.ufsc.br> | 2006-06-27 07:38:57 +0000 |
---|---|---|
committer | Diego Biurrun <diego@biurrun.de> | 2006-06-27 07:38:57 +0000 |
commit | 2122f9c030e5032c59c77a6b72ecf0f426e1cc0a (patch) | |
tree | 6ba8a3f15ed53fd477bcae0f5f984081dbe45bbc /configure | |
parent | be3492ec7eb2dbb0748c123af911a06c125c90db (diff) | |
download | ffmpeg-2122f9c030e5032c59c77a6b72ecf0f426e1cc0a.tar.gz |
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
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |