Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
V
vlc
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
Commits
ff55f00c
Commit
ff55f00c
authored
Jun 24, 2015
by
David Fuhrmann
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
macosx: Remove Modules.am and add Makefile.am directly
parent
6cbbf05e
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
73 additions
and
113 deletions
+73
-113
configure.ac
configure.ac
+1
-8
modules/gui/macosx/.gitignore
modules/gui/macosx/.gitignore
+0
-1
modules/gui/macosx/Makefile.am
modules/gui/macosx/Makefile.am
+72
-0
modules/gui/macosx/Modules.am
modules/gui/macosx/Modules.am
+0
-104
No files found.
configure.ac
View file @
ff55f00c
...
...
@@ -3784,18 +3784,12 @@ AC_ARG_ENABLE(macosx,
[ --enable-macosx Mac OS X gui support (default enabled on Mac OS X)])
if test "x${enable_macosx}" != "xno" -a "${SYS}" = "darwin"
then
VLC_ADD_LIBS([macosx], [-Wl,-framework,Cocoa -Wl,-framework,Carbon -Wl,-framework,CoreServices])
VLC_ADD_OBJCFLAGS([macosx], [-fobjc-exceptions] )
VLC_ADD_PLUGIN([macosx])
VLC_ADD_LIBS([macosx], [-Wl,-framework,QTKit -Wl,-framework,IOKit -Wl,-framework,AddressBook -Wl,-framework,WebKit -Wl,-framework,CoreAudio -Wl,-framework,SystemConfiguration -Wl,-framework,ScriptingBridge])
if test ! -d ${CONTRIB_DIR}/BGHUDAppKit.framework
then
AC_MSG_ERROR([BGHUDAppKit framework is required and was not found in ${CONTRIB_DIR}])
fi
VLC_ADD_LIBS([macosx], [-F${CONTRIB_DIR} -Wl,-framework,BGHUDAppKit])
VLC_ADD_OBJCFLAGS([macosx], [-F${CONTRIB_DIR}])
fi
AM_CONDITIONAL(ENABLE_MACOSX_UI, [test "$enable_macosx" != "no"])
...
...
@@ -3810,8 +3804,7 @@ then
then
AC_MSG_ERROR([Sparkle framework is required and was not found in ${CONTRIB_DIR}])
fi
VLC_ADD_LIBS([macosx], [-F${CONTRIB_DIR} -Wl,-framework,Sparkle])
VLC_ADD_OBJCFLAGS([macosx], [-F${CONTRIB_DIR}])
AC_DEFINE([HAVE_SPARKLE], [1], [Define to 1 if sparkle is enabled.])
fi
AM_CONDITIONAL(HAVE_SPARKLE, [test "$enable_sparkle" != "no"])
...
...
modules/gui/macosx/.gitignore
deleted
100644 → 0
View file @
6cbbf05e
Makefile.am
modules/gui/macosx/Makefile.am
0 → 100644
View file @
ff55f00c
include
$(top_srcdir)/modules/common.am
guidir
=
$(pluginsdir)
/gui
libmacosx_plugin_la_OBJCFLAGS
=
$(AM_OBJCFLAGS)
-fobjc-exceptions
-F
${CONTRIB_DIR}
libmacosx_plugin_la_LDFLAGS
=
$(AM_LDFLAGS)
-rpath
'
$(guidir)
'
\
-Wl
,-framework,Cocoa
-Wl
,-framework,Carbon
-Wl
,-framework,CoreServices
\
-Wl
,-framework,QTKit
-Wl
,-framework,IOKit
-Wl
,-framework,AddressBook
\
-Wl
,-framework,WebKit
-Wl
,-framework,CoreAudio
-Wl
,-framework,SystemConfiguration
\
-Wl
,-framework,ScriptingBridge
-F
${CONTRIB_DIR}
-Wl
,-framework,BGHUDAppKit
if
HAVE_SPARKLE
libmacosx_plugin_la_LDFLAGS
+=
-Wl
,-framework,Sparkle
endif
EXTRA_LTLIBRARIES
=
libmacosx_plugin.la
gui_LTLIBRARIES
=
$(LTLIBmacosx)
libmacosx_plugin_la_SOURCES
=
\
about.h about.m
\
AddonListDataSource.h AddonListDataSource.m
\
AddonsWindowController.h AddonsWindowController.m
\
applescript.h applescript.m
\
AppleRemote.h AppleRemote.m
\
AudioEffects.h AudioEffects.m
\
bookmarks.h bookmarks.m
\
BWQuincyManager.h BWQuincyManager.m
\
BWQuincyUI.h BWQuincyUI.m
\
CompatibilityFixes.h
\
controls.h controls.m
\
ControlsBar.m ControlsBar.h
\
ConvertAndSave.h ConvertAndSave.m
\
coredialogs.h coredialogs.m
\
CoreInteraction.h CoreInteraction.m
\
DebugMessageVisualizer.h DebugMessageVisualizer.m
\
ExtensionsDialogProvider.h ExtensionsDialogProvider.m
\
ExtensionsManager.h ExtensionsManager.m
\
eyetv.h eyetv.m
\
fspanel.h fspanel.m
\
intf.m intf.h
\
iTunes.h
\
KeyboardBacklight.h KeyboardBacklight.m
\
macosx.m
\
MainMenu.h MainMenu.m
\
MainWindow.h MainWindow.m
\
MainWindowTitle.h MainWindowTitle.m
\
misc.h misc.m
\
open.h open.m
\
output.h output.m
\
playlist.h playlist.m
\
playlistinfo.h playlistinfo.m
\
PLItem.h PLItem.m
\
PLModel.h PLModel.m
\
prefs.h prefs.m
\
prefs_widgets.h prefs_widgets.m
\
PXSourceList.h PXSourceList.m
\
PXSourceListDataSource.h PXSourceListDelegate.h
\
SideBarItem.h SideBarItem.m
\
SharedDialogs.h SharedDialogs.m
\
simple_prefs.h simple_prefs.m
\
SPInvocationGrabbing.h SPInvocationGrabbing.m
\
SPMediaKeyTap.h SPMediaKeyTap.m
\
Spotify.h
\
StringUtility.h StringUtility.m
\
TrackSynchronization.h TrackSynchronization.m
\
VideoEffects.h VideoEffects.m
\
VideoView.h VideoView.m
\
VLCUIWidgets.h VLCUIWidgets.m
\
VLCVoutWindowController.h VLCVoutWindowController.m
\
Windows.h Windows.m
\
wizard.h wizard.m
modules/gui/macosx/Modules.am
deleted
100644 → 0
View file @
6cbbf05e
AM_LIBTOOLFLAGS=--tag=CC
SOURCES_macosx = \
CompatibilityFixes.h \
StringUtility.h \
StringUtility.m \
AppleRemote.h \
AppleRemote.m \
SPInvocationGrabbing.h \
SPInvocationGrabbing.m \
SPMediaKeyTap.h \
SPMediaKeyTap.m \
MainMenu.h \
MainMenu.m \
MainWindow.h \
MainWindow.m \
CoreInteraction.h \
CoreInteraction.m \
ExtensionsManager.h \
ExtensionsManager.m \
ExtensionsDialogProvider.h \
ExtensionsDialogProvider.m \
AddonsWindowController.h \
AddonsWindowController.m \
AddonListDataSource.h \
AddonListDataSource.m \
VLCUIWidgets.h \
VLCUIWidgets.m \
about.h \
about.m \
applescript.h \
applescript.m \
controls.h \
controls.m \
coredialogs.m \
coredialogs.h \
intf.m \
intf.h \
macosx.m \
misc.m \
misc.h \
open.m \
open.h \
playlist.m \
playlist.h \
playlistinfo.h \
playlistinfo.m \
prefs.m \
prefs.h \
prefs_widgets.h \
prefs_widgets.m \
simple_prefs.h \
simple_prefs.m \
output.h \
output.m \
wizard.h \
wizard.m \
AudioEffects.h \
AudioEffects.m \
TrackSynchronization.h \
TrackSynchronization.m \
VideoEffects.h \
VideoEffects.m \
bookmarks.h \
bookmarks.m \
PXSourceList.h \
PXSourceList.m \
PXSourceListDataSource.h \
PXSourceListDelegate.h \
SideBarItem.h \
SideBarItem.m \
fspanel.m \
fspanel.h \
eyetv.h \
eyetv.m \
VideoView.h \
VideoView.m \
MainWindowTitle.h \
MainWindowTitle.m \
ConvertAndSave.h \
ConvertAndSave.m \
SharedDialogs.h \
SharedDialogs.m \
Windows.h \
Windows.m \
ControlsBar.m \
ControlsBar.h \
VLCVoutWindowController.m \
VLCVoutWindowController.h \
DebugMessageVisualizer.m \
DebugMessageVisualizer.h \
BWQuincyManager.h \
BWQuincyManager.m \
BWQuincyUI.h \
BWQuincyUI.m \
iTunes.h \
Spotify.h \
PLItem.h \
PLItem.m \
PLModel.h \
PLModel.m \
KeyboardBacklight.h \
KeyboardBacklight.m
$(NULL)
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