Sfoglia il codice sorgente

library: drop legacy option

Felix Paul Kühne 9 anni fa
parent
commit
9d43485a5f
1 ha cambiato i file con 1 aggiunte e 2 eliminazioni
  1. 1 2
      Sources/VLCLibrary.m

+ 1 - 2
Sources/VLCLibrary.m

@@ -108,8 +108,7 @@ static VLCLibrary * sharedLibrary = nil;
                       @"--avcodec-fast",
 #endif
                       @"--text-renderer=freetype",
-                      @"--avi-index=3",
-                      @"--extraintf=ios_dialog_provider"];
+                      @"--avi-index=3"];
     }
 #else
     if (!vlcParams) {