浏览代码

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