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
------------------------------------------------------------
-------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the
chance to share your
opinions on IT & business topics through brief
surveys-and earn cash
http://www.techsay.com/default.
php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
gstreamer-devel mailing list
gstreamer-devel lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gstream
er-devel
|