[MPlayer-cvslog] r38184 - trunk/configure
ib
subversion at mplayerhq.hu
Tue Mar 3 19:33:32 EET 2020
Author: ib
Date: Tue Mar 3 19:33:32 2020
New Revision: 38184
Log:
Fix linking error of the non-GUI Wine build.
There is an undefined reference to 'ExtractIconA'.
Modified:
trunk/configure
Modified: trunk/configure
==============================================================================
--- trunk/configure Tue Mar 3 12:47:07 2020 (r38183)
+++ trunk/configure Tue Mar 3 19:33:32 2020 (r38184)
@@ -1872,6 +1872,7 @@ fi
if wine ; then
extra_cflags="-fno-pic -UWIN32 -U_WIN32 -U__WIN32 -U__WIN32__ -DWINE_NOWINSOCK $extra_cflags"
+ libs_mplayer="$libs_mplayer -lshell32"
fi
if darwin && test "$cc_vendor" != "clang" ; then
More information about the MPlayer-cvslog
mailing list