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 430598 - [realvideodec] dll functions not available on MinGW
[realvideodec] dll functions not available on MinGW
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-plugins-bad
git master
Other Windows
: Normal normal
: 0.10.5
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2007-04-17 09:19 UTC by Vincent Torri
Modified: 2007-05-06 15:27 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Vincent Torri 2007-04-17 09:19:37 UTC
gstrealvideodec.c can't compile with MinGW because of missing dl functions (dlopen, etc...).
Comment 1 Tim-Philipp Müller 2007-05-06 15:27:28 UTC
Should be fixed in CVS now, please try it and let me know if anything doesn't work.

 2007-05-06  Tim-Philipp Müller  <tim at centricular dot net>

        * gst/real/gstrealaudiodec.c: (gst_real_audio_dec_setcaps),
        (gst_real_audio_dec_finalize):
        * gst/real/gstrealaudiodec.h:
        * gst/real/gstrealvideodec.c: (open_library), (close_library):
        * gst/real/gstrealvideodec.h:
          Use GModule instead of using dlsym() directly. Fixes #430598.