[longomatch] LongoMatch.Multimedia: fix dll's mappings



commit cf700ab8a24cc95aae58f2fdec2b5ce9ddedf2cb
Author: Andoni Morales Alastruey <ylatuya gmail com>
Date:   Thu Sep 6 21:21:50 2012 +0200

    LongoMatch.Multimedia: fix dll's mappings

 .../LongoMatch.Multimedia.dll.config.in            |    6 ++++--
 1 files changed, 4 insertions(+), 2 deletions(-)
---
diff --git a/LongoMatch.Multimedia/LongoMatch.Multimedia.dll.config.in b/LongoMatch.Multimedia/LongoMatch.Multimedia.dll.config.in
index c406b9b..f025f35 100644
--- a/LongoMatch.Multimedia/LongoMatch.Multimedia.dll.config.in
+++ b/LongoMatch.Multimedia/LongoMatch.Multimedia.dll.config.in
@@ -1,6 +1,8 @@
 <configuration>
-        <dllmap dll="libcesarplayer.dll" target="@expanded_libdir@/@PACKAGE@/libcesarplayer.so.0"/>
+        <dllmap dll="libcesarplayer.dll" target="libcesarplayer.0.dylib"/>
+        <dllmap os="linux" dll="libcesarplayer.dll" target="@expanded_libdir@/@PACKAGE@/libcesarplayer.so.0"/>
         <dllmap os="windows" dll="libcesarplayer.dll" target="libcesarplayer-0.dll"/>
-        <dllmap dll="libgstreamer.dll" target="libgstreamer-0.10.so.0"/>
+        <dllmap dll="libgstreamer-0.10.dll" target="libgstreamer-0.10.0.dylib"/>
+        <dllmap os="linux" dll="libgstreamer-0.10.dll" target="libgstreamer-0.10.so.0"/>
         <dllmap os="windows" dll="libgstreamer-0.10.dll" target="libgstreamer-0.10-0.dll"/>
 </configuration>



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]