Coder Social home page Coder Social logo

Comments (7)

havlenapetr avatar havlenapetr commented on August 15, 2024

when you are building apk from your java code and native libs in lib/armeabi you must have my libjnivideo.so and libjniaudio.so too in lib/armeabi, if you haven't them there eclipse doesn't pack them into apk and dalvik can't find them because they doesn't exists:-)

from ffmpeg.

Seasky avatar Seasky commented on August 15, 2024

I have put these two files under lib/armeabi, and the jniaudio.so is loaded successfully, but the jnivideo.so failed due to the jnivideo.so need the libsurfaceflinger_client.so, which doesn't exist in SDK 2.1 system(there is no such file in /system/lib), So I ask which is the required SDK version for ffmpeg.

from ffmpeg.

havlenapetr avatar havlenapetr commented on August 15, 2024

libsurfaceflinger_client.so is in froyo but not in eclair, you should recompile my libjnivideo.so http://github.com/havlenapetr/android_frameworks_base/tree/froyo/native/video/jni/ for eclair or if I have time i will do it

from ffmpeg.

havlenapetr avatar havlenapetr commented on August 15, 2024

I think for eclair you just rewrite my makefile(in frameworks/base/native) from libsurfaceflinger_client.so to libsurfaceflinger.so

from ffmpeg.

Seasky avatar Seasky commented on August 15, 2024

Thanks for your information. I compared the froyo frameworks/base/native directory with yours, the froyo native directory do not include the /audio and /video sub-directory, So I think these two directories are added by yourself and used to create the libjniaudio.so and libjnivideo.so, right?
And in android 2.1 platfrom, there aren't native directory under frameworks/base, So do you mean I just need copy the /native directory from your code base, then modify the makefile and can create these two libs too? Does these two libs need other libs or source codes which is not included in 2.1 platform?

from ffmpeg.

havlenapetr avatar havlenapetr commented on August 15, 2024

yes it is my libraries, yes you can compile them for eclair too, but some libraries will not be in eclair, so you must modify my makefiles for froyo(libraries will be there but with other name or other path for headers)

from ffmpeg.

yangchaoxun avatar yangchaoxun commented on August 15, 2024

ok?

from ffmpeg.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.