Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
GSoC
GSoC2018
macOS
vlc
Commits
22bc39a7
Commit
22bc39a7
authored
Aug 17, 2011
by
Felix Paul Kühne
Browse files
macosx: fix compilation with the 10.5 SDK
parent
99ccd646
Changes
4
Hide whitespace changes
Inline
Side-by-side
modules/gui/macosx/MainWindow.h
View file @
22bc39a7
...
...
@@ -25,6 +25,7 @@
*****************************************************************************/
#import <Cocoa/Cocoa.h>
#import "CompatibilityFixes.h"
#import "PXSourceList.h"
#import <vlc_input.h>
#import "misc.h"
...
...
modules/gui/macosx/embeddedwindow.h
View file @
22bc39a7
...
...
@@ -25,6 +25,7 @@
* VLCEmbeddedWindow interface
*****************************************************************************/
#import "CompatibilityFixes.h"
#import "misc.h"
@interface
VLCEmbeddedWindow
:
NSWindow
<
NSWindowDelegate
,
NSAnimationDelegate
>
...
...
modules/gui/macosx/intf.h
View file @
22bc39a7
...
...
@@ -28,14 +28,15 @@
# include "config.h"
#endif
#include
<vlc_common.h>
#include
<vlc_interface.h>
#include
<vlc_playlist.h>
#include
<vlc_vout.h>
#include
<vlc_aout.h>
#include
<vlc_input.h>
#include
<Cocoa/Cocoa.h>
#import <vlc_common.h>
#import <vlc_interface.h>
#import <vlc_playlist.h>
#import <vlc_vout.h>
#import <vlc_aout.h>
#import <vlc_input.h>
#import <Cocoa/Cocoa.h>
#import "CompatibilityFixes.h"
#import "SPMediaKeyTap.h"
/* for the media key support */
#import "misc.h"
#import "MainWindow.h"
...
...
modules/gui/macosx/misc.h
View file @
22bc39a7
...
...
@@ -24,6 +24,7 @@
#import <Cocoa/Cocoa.h>
#import <ApplicationServices/ApplicationServices.h>
#import "CompatibilityFixes.h"
/*****************************************************************************
* NSAnimation (VLCAddition)
...
...
Write
Preview
Supports
Markdown
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