Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
V
vlc-2-2
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Redmine
Redmine
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Metrics
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
videolan
vlc-2-2
Commits
f954a058
Commit
f954a058
authored
Dec 31, 2009
by
Pierre d'Herbemont
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
configure: Make sure old VLC.app building is optional on Mac OS X.
parent
d254ae08
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
1 deletion
+5
-1
Makefile.am
Makefile.am
+1
-1
configure.ac
configure.ac
+4
-0
No files found.
Makefile.am
View file @
f954a058
...
@@ -410,7 +410,7 @@ vlc$(EXEEXT):
...
@@ -410,7 +410,7 @@ vlc$(EXEEXT):
ln
-sf
bin/vlc-static
$(EXEEXT)
vlc
$(EXEEXT)
ln
-sf
bin/vlc-static
$(EXEEXT)
vlc
$(EXEEXT)
if
HAVE_DARWIN
if
HAVE_DARWIN
if
BUILD_
VLC
if
BUILD_
MACOSX_VLC_APP
# Create the MacOS X app
# Create the MacOS X app
noinst_DATA
=
VLC.app
noinst_DATA
=
VLC.app
endif
endif
...
...
configure.ac
View file @
f954a058
...
@@ -4439,6 +4439,10 @@ then
...
@@ -4439,6 +4439,10 @@ then
VLC_ADD_PLUGIN([access_eyetv])
VLC_ADD_PLUGIN([access_eyetv])
fi
fi
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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment