mirror of
https://github.com/encounter/rust-ffmpeg.git
synced 2026-07-10 21:18:39 -07:00
avdevice: fix library name
This commit is contained in:
@@ -78,7 +78,7 @@ pub struct AVDeviceInfoList {
|
||||
pub default_device: c_int,
|
||||
}
|
||||
|
||||
#[link(name = "avformat")]
|
||||
#[link(name = "avdevice")]
|
||||
extern {
|
||||
pub static av_device_capabilities: *const AVOption;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user