[vlc-commits] configure: remove dead code

Rémi Denis-Courmont git at videolan.org
Thu Dec 15 20:01:37 CET 2016


vlc | branch: master | Rémi Denis-Courmont <remi at remlab.net> | Thu Dec 15 21:01:05 2016 +0200| [a876c1f6ee931098d77465a63f5f83057d663ae7] | committer: Rémi Denis-Courmont

configure: remove dead code

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

 configure.ac | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/configure.ac b/configure.ac
index 4506275..239e21a 100644
--- a/configure.ac
+++ b/configure.ac
@@ -3808,10 +3808,6 @@ AS_IF([test "${enable_skins2}" != "no"], [
   AS_IF([test "${SYS}" = "mingw32"], [
     VLC_ADD_CPPFLAGS([skins2],[-U_OFF_T_ -U_off_t -DWIN32_SKINS])
     VLC_ADD_LIBS([skins2],[-lgdi32 -lole32 -luuid -lmsimg32])
-  dnl MacOS
-  ], [test "${SYS}" = "darwin"], [
-    VLC_ADD_CPPFLAGS([skins2],[ -DMACOSX_SKINS])
-    VLC_ADD_LIBS([skins2],[-Wl,-framework,Carbon])
   dnl OS/2
   ], [test "${SYS}" = "os2"], [
     VLC_ADD_CPPFLAGS([skins2],[ -DOS2_SKINS])



More information about the vlc-commits mailing list