GNOME Bugzilla – Bug 316160
MinGW compilation: Audioconvert: unresoved symols from gstbasetransform
Last modified: 2005-09-13 14:02:29 UTC
Audioconvert plugin depends on basetransform but it is not linked against this library. Since Windows do not allow undefined symbols in shared libraries, -lgstbasetransform needs to be added to LIBADD in Makefile.am
Should be fixed in CVS now; 2005-09-13 Tim-Philipp Müller <tim at centricular dot net> * gst/audioconvert/Makefile.am: Audioconvert derives from GstBaseTransform and should link to the library with our base elements to avoid unresolved symbols. Makes things work with MinGW (#316160) * gst/playback/test4.c: (main): Fix MinGW build problem and use g_usleep() instead of sleep() (#316162) Cheers -Tim