[gst-devel] Please help--generate DLL of plugin

Michal Benes michal.benes at itonis.tv
Fri Mar 30 08:54:05 CEST 2007


Hi,

> I am trying to use the fluendo-mpegts-mux plugin.But when I make the
> source, it gives the static library.

	it seems that the makefiles do not specify all library dependencies
needed. Try to pass -no-undefined to libtool script when compiling. It
is a good idea to always do this when compiling using MinGW.
Alternatively find line allow_undefined=yes in libtool script and change
it to allow_undefined=no

> If I am not wrong, it seems gstreamer detects the .dll only (in
> windows).

	Yes this is correct. You need to explicitly link against the missing
dependencies.

		Michal






More information about the gstreamer-devel mailing list