Browse Source

MacOSX/Framework/VLC.h: Import VLCLibrary.h and VLCVideoLayer.h by default.

Faustino Osuna 17 years ago
parent
commit
f0421b0b6b
1 changed files with 2 additions and 0 deletions
  1. 2 0
      Headers/Public/VLC.h

+ 2 - 0
Headers/Public/VLC.h

@@ -25,6 +25,7 @@
 #ifndef VLC_FRAMEWORK_VLC_H
 #define VLC_FRAMEWORK_VLC_H
 
+#import <VLC/VLCLibrary.h>
 #import <VLC/VLCMedia.h>
 #import <VLC/VLCMediaLibrary.h>
 #import <VLC/VLCMediaList.h>
@@ -33,6 +34,7 @@
 #import <VLC/VLCMediaPlayer.h>
 #import <VLC/VLCTime.h>
 #import <VLC/VLCVideoView.h>
+#import <VLC/VLCVideoLayer.h>
 
 @class VLCMedia;
 @class VLCMediaLibrary;