Hi All, I am having hard time cross-compiling GStreamer-FFmpeg. After playing with different configure options and heavily tweaking the makefiles, I was finally able to install the ffmpeg libraries and gstreamer ffmpeg plugin in my target system (sh4). I can see that the libgstffmpeg.so file is present in /usr/lib/gstreamer-0.10 and the libraries libav***.so are present in /usr/lib. The GST_PLUGIN_PATH is set to /usr/lib/gstreamer-0.10 Now when I give gst-inspect-0.10 /usr/lib/gstreamer-0.10/libgstffmpeg.so I get the following error: Failed to load plugin '/usr/lib/gstreamer-0.10/libgstffmpeg.so': /usr/lib/gstreamer-0.10/libgstffmpeg.so: undefined symbol: first_oformat It seems that the first_oformat symbol is a part of libavutil.so library which is installed but somehow the plugin is not able to locate it. Can someone help me resolve this? Thanks and regards, Ravi Karmarkar -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.freedesktop.org/archives/gstreamer-embedded/attachments/20090528/3b343b2e/attachment.htm>