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 @@ ...@@ -13,7 +13,6 @@
# include <windows.h> # include <windows.h>
# include <winreg.h> # include <winreg.h>
#endif #endif
#include <iostream>
#include <osl/module.h> #include <osl/module.h>
#include <rtl/ustring.hxx> #include <rtl/ustring.hxx>
...@@ -36,7 +35,7 @@ struct ApiMap ...@@ -36,7 +35,7 @@ struct ApiMap
namespace namespace
{ {
#if defined( UNX ) #if defined( UNX )
const char LibName[] = "libvlc.so"; const char LibName[] = "libvlc.so.5";
#elif defined( MACOSX ) #elif defined( MACOSX )
const char LibName[] = "/Applications/VLC.app/Contents/MacOS/lib/libvlc.dylib"; const char LibName[] = "/Applications/VLC.app/Contents/MacOS/lib/libvlc.dylib";
#elif defined( WNT ) #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