[MPlayer-cvslog] r30089 - trunk/configure
diego
subversion at mplayerhq.hu
Sun Dec 20 20:12:20 CET 2009
Author: diego
Date: Sun Dec 20 20:12:20 2009
New Revision: 30089
Log:
Use "mingw32" instead of "mingw32msvc" as system name for MinGW with --target.
The former is the official name used by the MinGW project.
Modified:
trunk/configure
Modified: trunk/configure
==============================================================================
--- trunk/configure Sun Dec 20 18:49:07 2009 (r30088)
+++ trunk/configure Sun Dec 20 20:12:20 2009 (r30089)
@@ -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)
More information about the MPlayer-cvslog
mailing list