crate: fix some warnings

This commit is contained in:
meh 2016-05-23 23:05:41 +02:00
parent 859c01f268
commit 9f87ecf5fa

View File

@ -1,7 +1,7 @@
#![allow(raw_pointer_derive, non_camel_case_types)] #![allow(non_camel_case_types)]
extern crate libc; extern crate libc;
extern crate ffmpeg_sys as sys; pub extern crate ffmpeg_sys as sys;
#[macro_use] extern crate bitflags; #[macro_use] extern crate bitflags;
#[cfg(feature = "image")] extern crate image; #[cfg(feature = "image")] extern crate image;