]> git.sesse.net Git - vlc/commitdiff
use vlc-control to be more multiplatform friendly
authorFilippo Carone <littlejohn@videolan.org>
Sun, 9 Mar 2008 12:12:08 +0000 (13:12 +0100)
committerFilippo Carone <littlejohn@videolan.org>
Sun, 9 Mar 2008 12:12:08 +0000 (13:12 +0100)
bindings/java/org/videolan/jvlc/internal/LibVlc.java

index fe17b38d0ec8d90094a867205197268545b45114..b8d201556350a1f8d4e26af4d670c91a3a93bcea 100644 (file)
@@ -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