mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-04-26 06:54:49 +00:00
Windows library name instead of package name for .NET support
This commit is contained in:
parent
39ffd36239
commit
af6e340baa
2 changed files with 2 additions and 1 deletions
|
@ -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"/>
|
||||||
|
|
|
@ -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>
|
||||||
|
|
Loading…
Reference in a new issue