GNOME Bugzilla – Bug 430598
[realvideodec] dll functions not available on MinGW
Last modified: 2007-05-06 15:27:28 UTC
gstrealvideodec.c can't compile with MinGW because of missing dl functions (dlopen, etc...).
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.