Hi All,<br><br>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).<br>

<br>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.<br><br>The GST_PLUGIN_PATH is set to /usr/lib/gstreamer-0.10<br><br>Now when I give gst-inspect-0.10 /usr/lib/gstreamer-0.10/libgstffmpeg.so I get the following error:<br>
<br>Failed to load plugin &#39;/usr/lib/gstreamer-0.10/libgstffmpeg.so&#39;: /usr/lib/gstreamer-0.10/libgstffmpeg.so: undefined symbol: first_oformat<br><br>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.<br>
<br>Can someone help me resolve this? <br><br>Thanks and regards,<br>Ravi Karmarkar<br>