ソースを参照

Do not include vlc_modules.h in vlc_common.h

Rémi Denis-Courmont 15 年 前
コミット
90e00741e9
1 ファイル変更1 行追加0 行削除
  1. 1 0
      Sources/VLCExtensionsManager.m

+ 1 - 0
Sources/VLCExtensionsManager.m

@@ -12,6 +12,7 @@
 #import "VLCLibVLCBridging.h"
 #import <vlc_extensions.h>
 #import <vlc_input.h>
+#include <vlc_modules.h>
 
 // Here comes the nasty hack.
 #define MODULE_STRING "VLCKit"