summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2009-12-20 19:12:20 +0000
committerdiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2009-12-20 19:12:20 +0000
commit4e18fed06427e5e386a0291e8741e7462b792a5c (patch)
treed718d727bdc7bee74b3dd9d7de647eb5443c594e
parent48ed8799acb00009b73e6044a6305bf66ec6a780 (diff)
downloadmpv-4e18fed06427e5e386a0291e8741e7462b792a5c.tar.bz2
mpv-4e18fed06427e5e386a0291e8741e7462b792a5c.tar.xz
Use "mingw32" instead of "mingw32msvc" as system name for MinGW with --target.
The former is the official name used by the MinGW project. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@30089 b3059339-0415-0410-9bf9-f77b7e298cf2
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index 05af22bf37..f88adb8856 100755
--- a/configure
+++ b/configure
@@ -1434,7 +1434,7 @@ else # if test -z "$_target"
qnx) system_name=QNX ;;
morphos) system_name=MorphOS ;;
amigaos) system_name=AmigaOS ;;
- mingw32msvc) system_name=MINGW32 ;;
+ mingw32) system_name=MINGW32 ;;
esac
# We need to convert underscores so that values like k6-2 and pentium-mmx can be passed
host_arch=$(echo $_target | cut -d '-' -f 1)