[vlc-commits] skins2/win32: don't link with every lib known in existence

Rafaël Carré git at videolan.org
Sat Nov 19 01:01:22 CET 2011


vlc | branch: master | Rafaël Carré <funman at videolan.org> | Fri Nov 18 19:00:41 2011 -0500| [d239e0f9f2251f17801e15a7f26b074dd47d09b3] | committer: Rafaël Carré

skins2/win32: don't link with every lib known in existence

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=d239e0f9f2251f17801e15a7f26b074dd47d09b3
---

 configure.ac |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/configure.ac b/configure.ac
index a9d412b..16e64c7 100644
--- a/configure.ac
+++ b/configure.ac
@@ -3651,7 +3651,7 @@ AS_IF([test "${enable_skins2}" != "no"], [
   AS_IF([test "${SYS}" = "mingw32"], [
     VLC_ADD_CPPFLAGS([skins2],[-U_OFF_T_ -U_off_t -Imodules/gui/skins2 -DWIN32_SKINS])
     VLC_ADD_CXXFLAGS([skins2],[-O2 -fno-rtti])
-    VLC_ADD_LIBS([skins2],[-loleaut32 -lwinspool -lwinmm -lshell32 -ladvapi32 -lwsock32 -lgdi32 -lcomdlg32 -lole32 -luuid -lcomctl32  -lmsimg32 -luser32])
+    VLC_ADD_LIBS([skins2],[-lgdi32 -lole32 -luuid -lmsimg32])
 
   ], [test "${SYS}" = "darwin"], [
     VLC_ADD_CPPFLAGS([skins2],[-Imodules/gui/skins2 -DMACOSX_SKINS])



More information about the vlc-commits mailing list