]> git.sesse.net Git - vlc/blobdiff - projects/macosx/framework/Headers/Internal/VLCLibVLCBridging.h
VLCKit: Import MobileVLCKit.
[vlc] / projects / macosx / framework / Headers / Internal / VLCLibVLCBridging.h
index f9653aceaa24a3bf727477ebf67ab95df265ae53..c26a0195e178ba47edf1af9c6a5235e700e66eb7 100644 (file)
@@ -23,7 +23,9 @@
 *****************************************************************************/
 
 #import "VLCLibrary.h"
+#if !TARGET_OS_IPHONE
 #import "VLCStreamOutput.h"
+#endif
 #import "VLCMediaPlayer.h"
 
 /**
 /**
  * TODO: Documentation
  */
+#if !TARGET_OS_IPHONE
 @interface VLCStreamOutput (LibVLCBridge)
 - (NSString *)representedLibVLCOptions;
 @end
+#endif