ソースを参照

App Delegate: disable LOCAL_PLAYBACK_HACK by default

Felix Paul Kühne 12 年 前
コミット
a7d0ac7840
1 ファイル変更1 行追加1 行削除
  1. 1 1
      AspenProject/VLCAppDelegate.m

+ 1 - 1
AspenProject/VLCAppDelegate.m

@@ -215,7 +215,7 @@
 
 - (NSString *)directoryPath
 {
-#define LOCAL_PLAYBACK_HACK 1
+#define LOCAL_PLAYBACK_HACK 0
 #if LOCAL_PLAYBACK_HACK && TARGET_IPHONE_SIMULATOR
     NSString *directoryPath = @"/Users/fkuehne/Desktop/VideoLAN docs/Clips/sel/";
 #else