[vlc-commits] skins2 doesn't depend on ctl3d32.dll

Rafaël Carré git at videolan.org
Wed Sep 28 23:39:29 CEST 2011


vlc | branch: master | Rafaël Carré <funman at videolan.org> | Wed Sep 28 17:38:58 2011 -0400| [9d8deb4cb25d40d891216b474fac74727beadbef] | committer: Rafaël Carré

skins2 doesn't depend on ctl3d32.dll

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

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

diff --git a/configure.ac b/configure.ac
index ee0f625..a0ecbd2 100644
--- a/configure.ac
+++ b/configure.ac
@@ -3613,7 +3613,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 -lctl3d32 -ladvapi32 -lwsock32 -lgdi32 -lcomdlg32 -lole32 -luuid -lcomctl32  -lmsimg32 -luser32])
+    VLC_ADD_LIBS([skins2],[-loleaut32 -lwinspool -lwinmm -lshell32 -ladvapi32 -lwsock32 -lgdi32 -lcomdlg32 -lole32 -luuid -lcomctl32  -lmsimg32 -luser32])
 
   ], [test "${SYS}" = "darwin"], [
     VLC_ADD_CPPFLAGS([skins2],[-Imodules/gui/skins2 -DMACOSX_SKINS])



More information about the vlc-commits mailing list