projects
/
libav.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Install into $PROGRAMFILES instead of a hardcoded path on MinGW.
[libav.git]
/
configure
diff --git
a/configure
b/configure
index
2d1c252
..
0b6e36d
100755
(executable)
--- a/
configure
+++ b/
configure
@@
-1131,7
+1131,7
@@
EOF
SLIBPREF=""
SLIBSUF=".dll"
EXESUF=".exe"
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
if test "$force_libdir" != yes; then bindir="$prefix"; fi
fi