summaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorMichael Niedermayer <michaelni@gmx.at>2003-09-04 08:21:27 +0000
committerMichael Niedermayer <michaelni@gmx.at>2003-09-04 08:21:27 +0000
commita17236c53cd3ffe1d4eceb3be82b39001c006b3f (patch)
tree0ba3c659d54fbe8edd2f27c791adf59a5fa36df5 /configure
parentdafc3856d9c34d85a5c172c66d6a6e8ffa201b03 (diff)
MingW patches by (Glenn Maynard <g_sf at zewt dot org>)
Originally committed as revision 2203 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure7
1 files changed, 7 insertions, 0 deletions
diff --git a/configure b/configure
index 61218b2b1f..f253754274 100755
--- a/configure
+++ b/configure
@@ -191,6 +191,10 @@ dv1394="no"
ffserver="no"
network="no"
mingw32="yes"
+LIBPREF=""
+LIBSUF=".lib"
+SLIBPREF=""
+SLIBSUF=".dll"
;;
CYGWIN*)
v4l="no"
@@ -885,6 +889,9 @@ if test "$mmx" = "yes" ; then
echo "#define HAVE_MMX 1" >> $TMPH
echo "#define __CPU__ 586" >> $TMPH
fi
+if test "$mingw32" = "yes" ; then
+ echo "TARGET_MINGW32=yes" >> config.mak
+fi
if test "$builtin_vector" = "yes" ; then
echo "TARGET_BUILTIN_VECTOR=yes" >> config.mak
echo "#define HAVE_BUILTIN_VECTOR 1" >> $TMPH