Skip to content

Commit

Permalink
lib: Update to the current vlc git
Browse files Browse the repository at this point in the history
  • Loading branch information
lu-zero committed Jun 4, 2016
1 parent f53bda3 commit b3a5fae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ pub struct demux_sys_t {
}

#[no_mangle]
pub extern fn vlc_entry__3_0_0a(vlc_set: unsafe extern fn(*mut c_void, *mut c_void, c_int, ...)
pub extern fn vlc_entry__3_0_0b(vlc_set: unsafe extern fn(*mut c_void, *mut c_void, c_int, ...)
-> c_int,
opaque: *mut c_void) -> c_int {
let module: *mut c_void = 0 as *mut c_void;
Expand Down

0 comments on commit b3a5fae

Please # to comment.