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

Updating library path for VLC on Mac OS

Change-Id: Iec1c02ec5a4d3c686b7f3b6e1cff76260fa97dab
üst 132f150d
...@@ -32,7 +32,7 @@ namespace ...@@ -32,7 +32,7 @@ namespace
#if defined( UNX ) #if defined( UNX )
const char LibName[] = "libvlc.so.5"; const char LibName[] = "libvlc.so.5";
#elif defined( MACOS ) #elif defined( MACOS )
const char LibName[] = "/Applications/VLC.app/libvlc.dylib"; const char LibName[] = "/Applications/VLC.app/Contents/MacOS/lib/libvlc.dylib";
#elif defined( WNT ) #elif defined( WNT )
const char LibName[] = "libvlc.dll"; const char LibName[] = "libvlc.dll";
......
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