[longomatch] Fix name of dll import
- From: Andoni Morales Alastruey <amorales src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [longomatch] Fix name of dll import
- Date: Mon, 19 Dec 2011 22:48:09 +0000 (UTC)
commit b8f7aa4c012d0fb4ee564e77936113d880046c88
Author: Andoni Morales Alastruey <ylatuya gmail com>
Date: Mon Dec 19 23:40:35 2011 +0100
Fix name of dll import
LongoMatch.Multimedia/MultimediaFactory.cs | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/LongoMatch.Multimedia/MultimediaFactory.cs b/LongoMatch.Multimedia/MultimediaFactory.cs
index 1181a45..08ec3c0 100644
--- a/LongoMatch.Multimedia/MultimediaFactory.cs
+++ b/LongoMatch.Multimedia/MultimediaFactory.cs
@@ -123,10 +123,10 @@ namespace LongoMatch.Video
}
}
- [DllImport("libcesarplayer.dll")]
+ [DllImport("libgstreamer-0.10.dll")]
static extern void gst_init (int argc, string argv);
public static void InitBackend() {
gst_init(0, "");
}
}
-}
\ No newline at end of file
+}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]