Jelajahi Sumber

Examples/test: init VLCLibrary just in case

Felix Paul Kühne 11 tahun lalu
induk
melakukan
e5aafebefd
1 mengubah file dengan 2 tambahan dan 0 penghapusan
  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];