mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-06 06:22:29 +00:00
dllmap: Fix GstVideo library name
This commit is contained in:
parent
a8ae27d3e9
commit
a346e7f467
2 changed files with 2 additions and 0 deletions
|
@ -3,6 +3,7 @@
|
|||
<dllmap dll="libgstreamer-1.0-0.dll" target="libgstreamer-1.0.so.0"/>
|
||||
<dllmap dll="libgstaudio-1.0-0.dll" target="libgstaudio-1.0.so.0"/>
|
||||
<dllmap dll="libgstbase-1.0-0.dll" target="libgstbase-1.0.so.0"/>
|
||||
<dllmap dll="libgstvideo-1.0-0.dll" target="libgstvideo-1.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="libgthread-2.0-0.dll" target="libgthread-2.0.so.0"/>
|
||||
|
|
|
@ -144,5 +144,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
|
|||
<!-- FIXME: Remove when https://bugzilla.gnome.org/show_bug.cgi?id=710001 is fixed -->
|
||||
<attr path="/api/namespace[@name='Gst.Base']" name="library">libgstbase-1.0-0.dll</attr>
|
||||
<attr path="/api/namespace[@name='Gst.Audio']" name="library">libgstaudio-1.0-0.dll</attr>
|
||||
<attr path="/api/namespace[@name='Gst.Video']" name="library">libgstvideo-1.0-0.dll</attr>
|
||||
</metadata>
|
||||
|
||||
|
|
Loading…
Reference in a new issue