浏览代码

macosx/framework: Use the new "vout display".

Pierre d'Herbemont 15 年之前
父节点
当前提交
7c33ab92ee
共有 2 个文件被更改,包括 3 次插入4 次删除
  1. 1 2
      Sources/VLCLibrary.m
  2. 2 2
      VLCKit.xcodeproj/project.pbxproj

+ 1 - 2
Sources/VLCLibrary.m

@@ -74,8 +74,7 @@ void __catch_exception( void * e, const char * function, const char * file, int
             [defaultParams addObject:@"--no-video-title-show"];                     // Don't show the title on overlay when starting to play
             [defaultParams addObject:@"--no-sout-keep"];
             [defaultParams addObject:@"--ignore-config"];                           // Don't read and write VLC config files
-            [defaultParams addObject:@"--opengl-provider=minimal_macosx"];          // Use minimal_macosx
-            [defaultParams addObject:@"--vout=minimal_macosx"];
+            [defaultParams addObject:@"--vout=macosx"];
             [defaultParams addObject:@"--text-renderer=quartztext"];                // our CoreText-based renderer
             [defaultParams addObject:@"--verbose=-1"];                               // Don't polute the log
             [defaultParams addObject:@"--no-color"];

文件差异内容过多而无法显示
+ 2 - 2
VLCKit.xcodeproj/project.pbxproj