瀏覽代碼

Examples/test: init VLCLibrary just in case

Felix Paul Kühne 11 年之前
父節點
當前提交
e5aafebefd
共有 1 個文件被更改,包括 2 次插入0 次删除
  1. 2 0
      Examples_OSX/test/Controller.m

+ 2 - 0
Examples_OSX/test/Controller.m

@@ -38,6 +38,8 @@
     [videoView setAutoresizingMask: NSViewHeightSizable|NSViewWidthSizable];
     videoView.fillScreen = YES;
 
+    [VLCLibrary sharedLibrary];
+
     playlist = [[VLCMediaList alloc] init];
     [playlist addObserver:self forKeyPath:@"media" options:NSKeyValueObservingOptionNew context:nil];