Remove unused extern crate libc from gstreamer-base

This commit is contained in:
Sebastian Dröge 2017-09-10 13:53:03 +03:00
parent 7606eeef84
commit 357d98bf3a
2 changed files with 0 additions and 3 deletions

View file

@ -14,7 +14,6 @@ build = "build.rs"
[dependencies]
bitflags = "0.9"
libc = "0.2"
glib-sys = { git = "https://github.com/gtk-rs/sys" }
gobject-sys = { git = "https://github.com/gtk-rs/sys" }
gstreamer-sys = { git = "https://github.com/sdroege/gstreamer-sys", features = ["v1_8"] }

View file

@ -6,8 +6,6 @@
// option. This file may not be copied, modified, or distributed
// except according to those terms.
extern crate libc;
extern crate glib_sys as glib_ffi;
extern crate gobject_sys as gobject_ffi;
extern crate gstreamer_sys as gst_ffi;