Browse Source

Examples/test: init VLCLibrary just in case

Felix Paul Kühne 11 years ago
parent
commit
e5aafebefd
1 changed files with 2 additions and 0 deletions
  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];