mirror of
https://github.com/encounter/rust-ffmpeg-zmwangx.git
synced 2026-07-10 21:18:40 -07:00
crate: fix some warnings
This commit is contained in:
+2
-2
@@ -1,7 +1,7 @@
|
||||
#![allow(raw_pointer_derive, non_camel_case_types)]
|
||||
#![allow(non_camel_case_types)]
|
||||
|
||||
extern crate libc;
|
||||
extern crate ffmpeg_sys as sys;
|
||||
pub extern crate ffmpeg_sys as sys;
|
||||
#[macro_use] extern crate bitflags;
|
||||
#[cfg(feature = "image")] extern crate image;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user