Преглед изворни кода

library: drop legacy option

Felix Paul Kühne пре 9 година
родитељ
комит
9d43485a5f
1 измењених фајлова са 1 додато и 2 уклоњено
  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) {