浏览代码

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) {