diff options
author | reimar <reimar@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2006-11-26 14:13:39 +0000 |
---|---|---|
committer | reimar <reimar@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2006-11-26 14:13:39 +0000 |
commit | 4e7dedf315af027feb3762f0c19e50b53b1fb9b1 (patch) | |
tree | 70231cd2f0a6c886dc1416b8199ae1d707e0437a | |
parent | 0ac20ca8ed8a21c5387b7624fa11cf21d783f16c (diff) |
-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
-rwxr-xr-x | configure | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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 |