Kaydet (Commit) adb759b3 authored tarafından Minh Ngo's avatar Minh Ngo

Avmedia/VLC: Adding soname back

Change-Id: I02580d7bdc460f58769cd74d1713aad7c3004590
üst bd8f84ce
......@@ -13,7 +13,6 @@
# include <windows.h>
# include <winreg.h>
#endif
#include <iostream>
#include <osl/module.h>
#include <rtl/ustring.hxx>
......@@ -36,7 +35,7 @@ struct ApiMap
namespace
{
#if defined( UNX )
const char LibName[] = "libvlc.so";
const char LibName[] = "libvlc.so.5";
#elif defined( MACOSX )
const char LibName[] = "/Applications/VLC.app/Contents/MacOS/lib/libvlc.dylib";
#elif defined( WNT )
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment