Explorar o código

library: deploy ios dialog provider

Felix Paul Kühne %!s(int64=11) %!d(string=hai) anos
pai
achega
006f3761c1
Modificáronse 1 ficheiros con 3 adicións e 1 borrados
  1. 3 1
      Sources/VLCLibrary.m

+ 3 - 1
Sources/VLCLibrary.m

@@ -120,7 +120,9 @@ static void * sharedInstance = nil;
                   @"--no-stats",
                   @"--avcodec-fast",
                   @"--verbose=0",
-                  @"--text-renderer=quartztext"];
+                  @"--text-renderer=quartztext",
+                  @"--avi-index=3",
+                  @"--extraintf=ios_dialog_provider"];
 #else
     vlcParams = [[NSUserDefaults standardUserDefaults] objectForKey:@"VLCParams"];
     if (!vlcParams) {