1
mirror of https://github.com/mpv-player/mpv synced 2024-10-22 08:51:57 +02:00

-lwinmm is always (also for mencoder) needed on windows for osdep/timer-win2.c

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21270 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
reimar 2006-11-26 14:13:39 +00:00
parent 0ac20ca8ed
commit 4e7dedf315

2
configure vendored
View File

@ -2194,6 +2194,8 @@ test -z "$_libdir" && _libdir="$_prefix/lib"
# 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