Browse Source

MobileVLCKit: enforce quartztext renderer for testing purposes

Felix Paul Kühne 12 years ago
parent
commit
292e80e0b3
1 changed files with 2 additions and 1 deletions
  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) {