Hi,

I'm quite new in C development, especially in Android... And I have to use FFMpeg on my program.

Normally, if I want to use that lib on a common C program, I first have to compile FFMpeg sources. It will result in many files and gcc wil have more options available (-lavcodec, ...) for compiling my C application.

I guest if I want to use that lib on Android, I have to compile FFMpeg sources with NDK's compiler (in order to have the new compiling options) and then, it will be possible to compile my JNI lib (with FFMpeg inside).

Can someone explain me how to do that ?

Thank you.
_______________________________________________
libav-user mailing list
[email protected]
https://lists.mplayerhq.hu/mailman/listinfo/libav-user

Reply via email to