mirror of
https://github.com/encounter/rust-ffmpeg.git
synced 2026-07-10 21:18:39 -07:00
Merge pull request #159 from xd009642/fix/compile_error
Fixes compile error caused by Flag without serde
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
pub mod flag;
|
||||
#[cfg(feature = "serde")]
|
||||
pub use self::flag::Flags;
|
||||
|
||||
pub mod dither;
|
||||
|
||||
Reference in New Issue
Block a user