git.videolan.org
/
vlc.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
MacOSX: Make sure VLC.framework is renamed to VLCKit.framework.
[vlc.git]
/
extras
/
MacOSX
/
Framework
/
VLC_Prefix.pch
1
//
2
// Prefix header for all source files of the 'VLC' target in the 'VLC' project.
3
//
4
5
6
#ifdef __OBJC__
7
#import <Cocoa/Cocoa.h>
8
#endif
9
10
#include <vlc/vlc.h>
11
#include <vlc/libvlc_structures.h>
12
#include <vlc/libvlc.h>
13