Commit 3def7a12 authored by Filippo Carone's avatar Filippo Carone

use vlc-control to be more multiplatform friendly

parent 78461b33
......@@ -38,7 +38,7 @@ import com.sun.jna.Union;
public interface LibVlc extends Library
{
LibVlc INSTANCE = (LibVlc) Native.loadLibrary("libvlc-control", LibVlc.class);
LibVlc INSTANCE = (LibVlc) Native.loadLibrary("vlc-control", LibVlc.class);
LibVlc SYNC_INSTANCE = (LibVlc) Native.synchronizedLibrary(INSTANCE);
public static class libvlc_exception_t extends Structure
......
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