|
Revision b3372f1fd0cd732b956eeb545bd40873af6fc42a, 271 bytes
(checked in by Pierre d'Herbemont <pdherbemont@videolan.org>, 10 months ago)
|
Move the Mac OS X framework plus the yet to be finished VLC.app to projects/macosx/framework and projects/macosx/vlc_app.
|
- Property mode set to
100644
|
| Line | |
|---|
| 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 |
#ifdef HAVE_CONFIG_H |
|---|
| 11 |
# include "config.h" |
|---|
| 12 |
#endif |
|---|
| 13 |
|
|---|
| 14 |
#include <vlc/vlc.h> |
|---|
| 15 |
#include <vlc/libvlc_structures.h> |
|---|
| 16 |
#include <vlc/libvlc.h> |
|---|
| 17 |
|
|---|