On 8/14/07, M.Canales.es <[EMAIL PROTECTED]> wrote:
> El Miércoles, 15 de Agosto de 2007 00:43, Dan Nicholson escribió:
>
> > Well, it looks like it's trying to get the linker to not barf on
> > undefined symbols with -Wl,--allow-shlib-undefined, but maybe I don't
> > understand that option correctly. Anyway, in my ffmpeg from 20070128,
> > libavformat has av_seek_frame, and it looks like ffmpeg_decoder.o is
> > getting linked with -lavformat. Maybe you can check on yours.
>
> > $ nm /usr/lib/libavformat.so | grep av_seek_frame
> nm: /usr/lib/libavformat.so: no symbols

Duh, it's stripped. Try

$ readelf -s /usr/lib/libavformat.so | grep av_seek_frame

--
Dan
-- 
http://linuxfromscratch.org/mailman/listinfo/blfs-dev
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

Reply via email to