Windows library name instead of package name for .NET support

This commit is contained in:
Stephan Sundermann 2013-07-26 00:44:33 +02:00
parent 39ffd36239
commit af6e340baa
2 changed files with 2 additions and 1 deletions

View file

@ -1,5 +1,5 @@
<configuration> <configuration>
<dllmap dll="gstreamer-1.0" target="libgstreamer-1.0.so.0"/> <dllmap dll="libgstreamer-1.0-0.dll" target="libgstreamer-1.0.so.0"/>
<dllmap dll="libglib-2.0-0.dll" target="libglib-2.0.so.0"/> <dllmap dll="libglib-2.0-0.dll" target="libglib-2.0.so.0"/>
<dllmap dll="libgobject-2.0-0.dll" target="libgobject-2.0.so.0"/> <dllmap dll="libgobject-2.0-0.dll" target="libgobject-2.0.so.0"/>
<dllmap dll="libgthread-2.0-0.dll" target="libgthread-2.0.so.0"/> <dllmap dll="libgthread-2.0-0.dll" target="libgthread-2.0.so.0"/>

View file

@ -17,6 +17,7 @@ You should have received a copy of the GNU Affero General Public License
along with this program. If not, see <http://www.gnu.org/licenses/>. along with this program. If not, see <http://www.gnu.org/licenses/>.
--> -->
<metadata> <metadata>
<attr path="/api/namespace" name="library">libgstreamer-1.0-0.dll</attr>
<!-- Conflicts with structs --> <!-- Conflicts with structs -->
<attr path="/api/namespace/callback[@cname='GstMessageFunc']" name="name">MessageFunc</attr> <attr path="/api/namespace/callback[@cname='GstMessageFunc']" name="name">MessageFunc</attr>
<attr path="/api/namespace/callback[@cname='GstQueryFunc']" name="name">QueryFunc</attr> <attr path="/api/namespace/callback[@cname='GstQueryFunc']" name="name">QueryFunc</attr>