Pārlūkot izejas kodu

App Delegate: disable LOCAL_PLAYBACK_HACK by default

Felix Paul Kühne 12 gadi atpakaļ
vecāks
revīzija
a7d0ac7840
1 mainītis faili ar 1 papildinājumiem un 1 dzēšanām
  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