dllmap: Fix GstVideo library name

This commit is contained in:
Stephan Sundermann 2013-10-12 20:04:19 +02:00
parent a8ae27d3e9
commit a346e7f467
2 changed files with 2 additions and 0 deletions

View file

@ -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"/>

View file

@ -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>