summaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
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