On Fri, Feb 1, 2013 at 8:24 AM, Koduri Lakshmi <[email protected]>wrote:

> If I added "-lffmpeg" to "LOCAL_LDLIBS" in Android.mk file then I am
> getting the following error.
>
>
> Code:
> cannot find -lffmpeg
>
> Can you please help how to link ffmpeg plugin for Andorid.
>

Maybe dumb question, but do you actually have ffmpeg for Android compiled
and the libraries installed? It isn't included with the precompiled pack of
OSG dependencies for Android. I also believe that the library is not
actually called libffmpeg.so.x.x but that there are several shared libs
that you need to link in - libavformat, libavcodec and libavutils (maybe
few more).

Regards,

Jan
_______________________________________________
osg-users mailing list
[email protected]
http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org

Reply via email to