From 38a0731461f470d38560f9766188f4f700987f3c Mon Sep 17 00:00:00 2001 From: Aaron Boxer Date: Thu, 24 Oct 2019 10:00:17 -0400 Subject: build: on Windows, use MSVC format for gst*, glib and gobject dlls Generated files were generated using 'ninja -C build update-code' except for libgstfft, which had to be updated manually (see issue #25). Note: with these changes, building on MS Windows will require the msvc compiler - mingw will no longer work. --- sources/generated/Gst.Video/ColorBalanceChannel.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sources/generated/Gst.Video/ColorBalanceChannel.cs') diff --git a/sources/generated/Gst.Video/ColorBalanceChannel.cs b/sources/generated/Gst.Video/ColorBalanceChannel.cs index 40c9ab4..f3c6626 100644 --- a/sources/generated/Gst.Video/ColorBalanceChannel.cs +++ b/sources/generated/Gst.Video/ColorBalanceChannel.cs @@ -140,7 +140,7 @@ namespace Gst.Video { // End of the ABI representation. - [DllImport("libgstvideo-1.0-0.dll", CallingConvention = CallingConvention.Cdecl)] + [DllImport("gstvideo-1.0-0.dll", CallingConvention = CallingConvention.Cdecl)] static extern IntPtr gst_color_balance_channel_get_type(); public static new GLib.GType GType { -- cgit v1.2.3