After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 600502 - static library libavformat.a is not portable
static library libavformat.a is not portable
Status: RESOLVED NOTABUG
Product: GStreamer
Classification: Platform
Component: gst-libav
0.10.9
Other Linux
: Normal normal
: git master
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2009-11-03 02:06 UTC by rehery
Modified: 2011-05-23 13:43 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description rehery 2009-11-03 02:06:47 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 ).
Comment 1 Sebastian Dröge (slomo) 2011-05-23 13:43:13 UTC
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?