[Ffmpeg-cvslog] r5531 - trunk/configure
diego
subversion
Tue Jun 27 09:38:57 CEST 2006
Author: diego
Date: Tue Jun 27 09:38:57 2006
New Revision: 5531
Modified:
trunk/configure
Log:
Install into $PROGRAMFILES instead of a hardcoded path on MinGW.
patch by Ramiro Polla, ramiro86 %at% hotmail %dot% com
Modified: trunk/configure
==============================================================================
--- trunk/configure (original)
+++ trunk/configure Tue Jun 27 09:38:57 2006
@@ -1131,7 +1131,7 @@
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
More information about the ffmpeg-cvslog
mailing list