VLC: fill in requires

Switch to make install-strip to reduce package size from 35M to 16M
This commit is contained in:
Sergei Reznikov
2015-06-10 15:03:49 +03:00
parent 34ad90d657
commit 8ab07763d1
2 changed files with 67 additions and 3 deletions

View File

@@ -501,7 +501,7 @@ index 0000000..3768ba5
+
+void system_Init (void)
+{
+ BApplication app("application/x-vnd.videolan-vlc");
+ BApplication app("application/x-vnd.vlc");
+ pthread_once_t once = PTHREAD_ONCE_INIT;
+
+ pthread_once (&once, set_libvlc_path);