فهرست منبع

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