[MPlayer-cvslog] r30101 - trunk/configure
diego
subversion at mplayerhq.hu
Wed Dec 23 11:21:53 CET 2009
Author: diego
Date: Wed Dec 23 11:21:53 2009
New Revision: 30101
Log:
Allow passing variants of "mingw32" as system name to --target. This ensures
backwards compatibility after switching from "mingw32msvc" to "mingw32".
Modified:
trunk/configure
Modified: trunk/configure
==============================================================================
--- trunk/configure Tue Dec 22 21:56:59 2009 (r30100)
+++ trunk/configure Wed Dec 23 11:21:53 2009 (r30101)
@@ -1434,7 +1434,7 @@ else # if test -z "$_target"
qnx) system_name=QNX ;;
morphos) system_name=MorphOS ;;
amigaos) system_name=AmigaOS ;;
- mingw32) 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