avdevice: fix library name

This commit is contained in:
meh
2023-05-24 21:49:22 +02:00
committed by Till Höppner
parent 2ac4324776
commit daa52658d5
+1 -1
View File
@@ -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;