[vlc-commits] Makefile: remove redundant if/endif

Rémi Denis-Courmont git at videolan.org
Wed Sep 20 20:08:13 CEST 2017


vlc | branch: master | Rémi Denis-Courmont <remi at remlab.net> | Wed Sep 20 20:43:15 2017 +0300| [ca91e2399292c607ce62bc7739ec48c0b322e12d] | committer: Rémi Denis-Courmont

Makefile: remove redundant if/endif

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

 bin/Makefile.am | 2 --
 1 file changed, 2 deletions(-)

diff --git a/bin/Makefile.am b/bin/Makefile.am
index 8f14a43d91..b84022d34c 100644
--- a/bin/Makefile.am
+++ b/bin/Makefile.am
@@ -33,7 +33,6 @@ vlc_SOURCES = winvlc.c
 noinst_DATA += vlc_win32_rc.rc
 endif
 
-if HAVE_DARWIN
 vlc_osx_SOURCES = darwinvlc.m
 vlc_osx_LDFLAGS = $(LDFLAGS_vlc) -Wl,-framework,CoreFoundation,-framework,Cocoa
 vlc_osx_LDFLAGS += -Xlinker -rpath -Xlinker "@executable_path/lib/"
@@ -57,7 +56,6 @@ if HAVE_BREAKPAD
 vlc_osx_static_LDFLAGS += -Wl,-framework,Breakpad
 vlc_osx_static_OBJCFLAGS += -F$(CONTRIB_DIR)/Frameworks
 endif
-endif
 
 vlc_wrapper_SOURCES = rootwrap.c
 vlc_wrapper_LDADD = $(SOCKET_LIBS)



More information about the vlc-commits mailing list