crate: add image support

This commit is contained in:
meh
2015-08-03 18:52:30 +02:00
parent 8d4ee5f8bf
commit 67b683169c
3 changed files with 26 additions and 0 deletions

View File

@ -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;