mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-26 19:51:11 +00:00
dllmap: Fix dllnames for GstPbUtils
This commit is contained in:
parent
a346e7f467
commit
818301ac35
2 changed files with 2 additions and 0 deletions
|
@ -4,6 +4,7 @@
|
|||
<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="libgstpbutils-1.0-0.dll" target="libgstpbutils-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"/>
|
||||
|
|
|
@ -145,5 +145,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
|
|||
<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>
|
||||
<attr path="/api/namespace[@name='Gst.PbUtils']" name="library">libgstpbutils-1.0-0.dll</attr>
|
||||
</metadata>
|
||||
|
||||
|
|
Loading…
Reference in a new issue