crate: add image support
This commit is contained in:
@ -3,6 +3,7 @@
|
||||
extern crate libc;
|
||||
extern crate ffmpeg_sys as ffi;
|
||||
#[macro_use] extern crate bitflags;
|
||||
#[cfg(feature = "image")] extern crate image;
|
||||
|
||||
pub mod util;
|
||||
pub use util::error::Error;
|
||||
|
Reference in New Issue
Block a user