[MPlayer-cvslog] r21270 - trunk/configure
reimar
subversion at mplayerhq.hu
Sun Nov 26 15:13:39 CET 2006
Author: reimar
Date: Sun Nov 26 15:13:39 2006
New Revision: 21270
Modified:
trunk/configure
Log:
-lwinmm is always (also for mencoder) needed on windows for osdep/timer-win2.c
Modified: trunk/configure
==============================================================================
--- trunk/configure (original)
+++ trunk/configure Sun Nov 26 15:13:39 2006
@@ -2194,6 +2194,8 @@
# For lack of a better place to put platform-specific stuff ..
win32 && _exesuf=".exe"
+# -lwinmm is always needed for osdep/timer-win2.c
+win32 && _ld_extra="$_ld_extra -lwinmm"
if x86 ; then
More information about the MPlayer-cvslog
mailing list