소스 검색

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];