浏览代码

MobileVLCKit: enforce quartztext renderer for testing purposes

Felix Paul Kühne 12 年之前
父节点
当前提交
292e80e0b3
共有 1 个文件被更改,包括 2 次插入1 次删除
  1. 2 1
      Sources/VLCLibrary.m

+ 2 - 1
Sources/VLCLibrary.m

@@ -108,7 +108,8 @@ static VLCLibrary * sharedLibrary = nil;
                   @"--no-video-title-show",
                   @"--no-stats",
                   @"--avcodec-fast",
-                  @"--verbose=0"];
+                  @"--verbose=0",
+                  @"--text-renderer=quartztext"];
 #else
     vlcParams = [[NSUserDefaults standardUserDefaults] objectForKey:@"VLCParams"];
     if (!vlcParams) {