After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 578563 - win32 export files are not disted
win32 export files are not disted
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-plugins-bad
0.10.11
Other Windows
: Normal normal
: 0.10.12
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2009-04-10 00:06 UTC by David Hoyt
Modified: 2009-04-24 23:47 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Possible fix (2.13 KB, patch)
2009-04-10 00:06 UTC, David Hoyt
none Details | Review

Description David Hoyt 2009-04-10 00:06:30 UTC
Missing exports on gst-libs/dshow/ prevent you from linking on libgstdshowsrcwrapper. See the attached patch for details/fix.
Comment 1 David Hoyt 2009-04-10 00:06:50 UTC
Created attachment 132438 [details] [review]
Possible fix
Comment 2 Edward Hervey 2009-04-21 15:10:32 UTC
David did you know there's win32/common/libgstdshow.def ? It seems like you compiled without using that file.

Can you confirm using that file fixes your issues (and therefore doesn't require that patch) ?
Comment 3 David Hoyt 2009-04-21 16:34:44 UTC
(In reply to comment #2)

If it's in the repo, then it wasn't part of the released source package. I compiled with the source from http://gstreamer.freedesktop.org/src/gst-plugins-bad/gst-plugins-bad-0.10.11.tar.gz

The only files in win32/common/ are config.h and config.h.in.
Comment 4 Tim-Philipp Müller 2009-04-24 23:47:28 UTC
commit f37c6b60207fb4da67d6b932ea4c81d94cba56c9
Author: Tim-Philipp Müller <tim.muller@collabora.co.uk>
Date:   Sat Apr 25 00:42:44 2009 +0100

    win32: dist libgstdshow.def by adding it to win32/MANIFEST
    
    Fixes #578563.