From: Rafaël Carré Date: Wed, 28 Sep 2011 21:38:58 +0000 (-0400) Subject: skins2 doesn't depend on ctl3d32.dll X-Git-Tag: 1.2.0-pre1~525 X-Git-Url: https://git.sesse.net/?a=commitdiff_plain;h=9d8deb4cb25d40d891216b474fac74727beadbef;p=vlc skins2 doesn't depend on ctl3d32.dll --- diff --git a/configure.ac b/configure.ac index ee0f625fc1..a0ecbd2564 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])