monitorkmfk.blogg.se

Ffmpeg tutorial android
Ffmpeg tutorial android










ffmpeg tutorial android

LOCAL_EXPORT_C_INCLUDES := ffmpeg-0.8/android/armv7-a/include/ LOCAL_SRC_FILES := ffmpeg-0.8/android/armv7-a/libffmpeg.so In my Android.mk I'm using the code below to import opencv and compile the jni_part.cpp include $(CLEAR_VARS)īut what code I should use to import also ffmpeg? I tried to use this code pasted into Android.mk file: include $(CLEAR_VARS)

ffmpeg tutorial android ffmpeg tutorial android

In my project I have a jni_part.cpp where I inserted my jni function to operate with opencv. Hi everyone, this is my project situation: I compiled ffmpeg on windows using this tutorial and I imported the ffmpeg folder generated (with inside libffmpeg.so file) inside my android project (under jni folder).












Ffmpeg tutorial android