summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSebastian Dröge <sebastian.droege@collabora.co.uk>2009-04-30 21:48:05 +0200
committerSebastian Dröge <sebastian.droege@collabora.co.uk>2009-04-30 21:48:05 +0200
commit6287025a5faf9f21a5f96fbdaed971a1a9bb7f89 (patch)
tree1c94087ac4edab00cba2b6f36039b2b2019fcc0d
parent14831575e643341541b263015f73dd2afff0c3b5 (diff)
Fix GObject DllImport
-rw-r--r--gstreamer-sharp/Bin.custom2
-rw-r--r--gstreamer-sharp/Element.custom2
2 files changed, 2 insertions, 2 deletions
diff --git a/gstreamer-sharp/Bin.custom b/gstreamer-sharp/Bin.custom
index 83b7830..b8dc132 100644
--- a/gstreamer-sharp/Bin.custom
+++ b/gstreamer-sharp/Bin.custom
@@ -28,3 +28,3 @@ static extern bool gst_bin_add (IntPtr raw, IntPtr element);
-[DllImport ("gobject-2.0-0.dll") ]
+[DllImport ("libgobject-2.0-0.dll") ]
static extern IntPtr g_object_ref (IntPtr raw);
diff --git a/gstreamer-sharp/Element.custom b/gstreamer-sharp/Element.custom
index 784f410..762b92a 100644
--- a/gstreamer-sharp/Element.custom
+++ b/gstreamer-sharp/Element.custom
@@ -1,2 +1,2 @@
-[DllImport ("gobject-2.0-0.dll") ]
+[DllImport ("libgobject-2.0-0.dll") ]
static extern IntPtr g_object_ref (IntPtr raw);