Selaa lähdekoodia

App Delegate: disable LOCAL_PLAYBACK_HACK by default

Felix Paul Kühne 12 vuotta sitten
vanhempi
commit
a7d0ac7840
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  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