[gst-devel] gst-ffmpeg-0.10.2 and DLL

Michal Benes michal.benes at itonis.tv
Mon Jul 2 11:14:09 CEST 2007


Hi,

	When linking dynamic libraries in MinGW you need to specify all
dependecy libraries as -l flags to linker (this is something that is not
needed on POSIX systems).

	Try to pass -no-undefined option to libtool when linking the library
(search allow_undefined in libtool script to undertand this option).
Linker will then probably complain about some undefined symbols, fix
this by specifying proper -l flags to linker. Do not forget to fill a
bug about this to bugzilla.

	Michal

bounce bounce píše v Út 26. 06. 2007 v 10:13 +0000:
> Hi,
>  
> I'm using Cygwin and MinGW to compile GStreamer and its plugins.
>  
> My problem is that I don't succed to compile the gst-ffmpeg package to obtain the DLL (libgstffmpeg.dll). I obtain only the libgstffmpeg.a and libgstffmpeg.la files
>  
> But I found on the GStreamer's server the DLL for Win32 application.
>  
> How can I compile the gst-ffmpeg package to obtain the libgstffmpeg.dll ?
> 
> www.jubii.fr c'est une seule interface pour communiquer. Email, téléphone gratuit, messagerie instantanée, 10 Go d'espace de stockage. Avec www.jubii.fr simplifiez-vous la vie !
> ------------------------------------------------------------------------- This SF.net email is sponsored by DB2 Express Download DB2 Express C - the FREE version of DB2 express and take control of your XML. No limits. Just data. Click to get it now. http://sourceforge.net/powerbar/db2/
> _______________________________________________
> gstreamer-devel mailing list
> gstreamer-devel at lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/gstreamer-devel





More information about the gstreamer-devel mailing list