Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Open sidebar
Steve Lhomme
VLC
Commits
f954a058
Commit
f954a058
authored
Dec 31, 2009
by
Pierre
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):
ln
-sf
bin/vlc-static
$(EXEEXT)
vlc
$(EXEEXT)
if
HAVE_DARWIN
if
BUILD_
VLC
if
BUILD_
MACOSX_VLC_APP
# Create the MacOS X app
noinst_DATA
=
VLC.app
endif
...
...
configure.ac
View file @
f954a058
...
...
@@ -4439,6 +4439,10 @@ then
VLC_ADD_PLUGIN([access_eyetv])
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
...
...
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