Switch to my fork of ffmpeg-sys

This commit is contained in:
Zhiming Wang
2020-06-01 13:17:08 +08:00
parent 6644a91da4
commit 1cd6d0499b
2 changed files with 62 additions and 61 deletions

View File

@ -2,7 +2,7 @@
#[macro_use]
extern crate bitflags;
pub extern crate ffmpeg_sys as sys;
pub extern crate ffmpeg_sys_next as sys;
#[cfg(feature = "image")]
extern crate image;
extern crate libc;