[vlc-commits] macOS: remove VLC.app from implicit make target

Jean-Baptiste Kempf git at videolan.org
Fri Feb 17 23:59:05 CET 2017


vlc | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Fri Feb 17 23:58:32 2017 +0100| [4db30240c6e0d3fbe852106eaaa81a2d2e3021ad] | committer: Jean-Baptiste Kempf

macOS: remove VLC.app from implicit make target

VLC.app is a packaging target, after an install target

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

 configure.ac                      | 5 -----
 extras/package/macosx/package.mak | 7 -------
 2 files changed, 12 deletions(-)

diff --git a/configure.ac b/configure.ac
index 1b9c399..d4ac16e 100644
--- a/configure.ac
+++ b/configure.ac
@@ -4189,11 +4189,6 @@ AC_ARG_ENABLE(vlc,
   [  --enable-vlc            build the VLC media player (default enabled)])
 AM_CONDITIONAL(BUILD_VLC, [test "${enable_vlc}" != "no"])
 
-AC_ARG_ENABLE(macosx-vlc-app,
-  [  --enable-macosx-vlc-app build the VLC media player (default enabled on Mac OS X)])
-AM_CONDITIONAL(BUILD_MACOSX_VLC_APP, [test "${enable_macosx_vlc_app}" != "no" &&
-    (test "${SYS}" = "darwin" || test "${enable_macosx_vlc_app}" = "yes") ])
-
 dnl
 dnl  Stuff used by the program
 dnl
diff --git a/extras/package/macosx/package.mak b/extras/package/macosx/package.mak
index 373e414..dd39121 100644
--- a/extras/package/macosx/package.mak
+++ b/extras/package/macosx/package.mak
@@ -1,10 +1,3 @@
-if HAVE_DARWIN
-if BUILD_MACOSX_VLC_APP
-# Create the MacOS X app
-noinst_DATA = VLC.app
-endif
-endif
-
 # This is just for development purposes.
 # The resulting VLC-dev.app will only run in this tree.
 VLC-dev.app: VLC-tmp



More information about the vlc-commits mailing list