Skip to content

Commit b3a5fae

Browse files
committed
lib: Update to the current vlc git
1 parent f53bda3 commit b3a5fae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ pub struct demux_sys_t {
6464
}
6565

6666
#[no_mangle]
67-
pub extern fn vlc_entry__3_0_0a(vlc_set: unsafe extern fn(*mut c_void, *mut c_void, c_int, ...)
67+
pub extern fn vlc_entry__3_0_0b(vlc_set: unsafe extern fn(*mut c_void, *mut c_void, c_int, ...)
6868
-> c_int,
6969
opaque: *mut c_void) -> c_int {
7070
let module: *mut c_void = 0 as *mut c_void;

0 commit comments

Comments
 (0)