From daa52658d5c7184c94ce376ed8199ce74c394719 Mon Sep 17 00:00:00 2001 From: meh Date: Thu, 7 May 2015 03:32:22 +0200 Subject: [PATCH] avdevice: fix library name --- sys/src/avdevice/device.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys/src/avdevice/device.rs b/sys/src/avdevice/device.rs index 03bed7a..3cf0ce5 100644 --- a/sys/src/avdevice/device.rs +++ b/sys/src/avdevice/device.rs @@ -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;