Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ffmpeg compilation on Android 2.3.3 #47

Open
nadavrub opened this issue Sep 24, 2011 · 3 comments
Open

ffmpeg compilation on Android 2.3.3 #47

nadavrub opened this issue Sep 24, 2011 · 3 comments

Comments

@nadavrub
Copy link

Hi,

I am successfuly compiling 'https://github.com/havlenapetr/FFMpeg.git' using ndk-r6, libjniaudio, libjnivideo & ffmpeg_jni R successfuly created under the 'libs' folder.

During runtime I get the folllowing @ System.LoadLibrary:

  1. DEBUG/FFMpeg(14322): Couldn't load lib: jniaudio - Cannot load library: find_library[1220]: 2578 'libjniaudio.so' failed to load previously
  2. DEBUG/FFMpeg(14322): Couldn't load lib: ffmpeg_jni - Cannot load library: find_library[1220]: 2578 'libffmpeg_jni.so' failed to load previously

Surprisingly, the above error is NOT GENERATED for 'libjnivideo' for which 'System.LoadLibrary' succeeds.

I am using Cygwin for the build.

What am I doing wrong here? how can I have the above mentioned problem resolved ?

Any help will B appreciated.

~Nadav

@nadavrub
Copy link
Author

Specifically I get:
DEBUG/FFMpeg(14322): Couldn't load lib: jniaudio - Cannot load library: reloc_library[1312]: 2578 cannot locate '_ZN7android10AudioTrack3setEijiiijPFviPvS1_ES1_iRKNS_2spINS_7IMemoryEEEb'...
DEBUG/FFMpeg(14322): Couldn't load lib: ffmpeg_jni - Cannot load library: link_image[1963]: 2578 could not load needed library 'libjniaudio.so' for 'libffmpeg_jni.so' (find_library[1220]: 2578 'libjniaudio.so' failed to load previously)

@nschurando
Copy link

I get the same :( ... any help would be appreciated.

@alexcohn
Copy link

please see #42

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants