GNOME Bugzilla – Bug 600502
static library libavformat.a is not portable
Last modified: 2011-05-23 13:43:13 UTC
i downdload the tarball gst-ffmpeg-0.10.9.tar.bz2(05-Oct-2009 3.2M) from http://gstreamer.freedesktop.org/src/gst-ffmpeg/ and build it on my computer centos 5.4 , then run on terminal "./configure --enable-static --enable-shared --disable-dependency-tracking " and success to gen makefile,but when i run "make", it doesn't work right , and the output "Make all in ext Make all in ffmpeg LINK liabgstffmpeg.la *** warning :linking the shared library libgstffmpeg.la angainst the *** static library ../../gst-libs/ext/ffmpeg/libavcodec/libavcodec.a is not portable! .." after build ,and make install to gst-1.0 's lib directory,it can't play any format files which is upported by ffmpeg (such as mp3 ).
That warning can safely be ignored. Is the other problem still a problem with the latest releases? If it is, is the ffmpeg plugin found by gst-inspect? Or other plugins in the same directory found?