ChallyCai / doubango

Automatically exported from code.google.com/p/doubango
0 stars 1 forks source link

Ffmpeg libraries on doubango. #49

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1.Is there any possibility of moving the current ffmpeg on doubango to the 
latest ffmpeg code?
2.
3.

What is the expected output? What do you see instead?

What version of the product are you using? On what operating system?

Please provide any additional information below.
I want to use the ffmpeg 0.7.1 for my app which is built on doubango stack. Can 
I please get the detailed instructions on how to build the ffmpeg libraries for 
android using Mingw(windows machine). 

Original issue reported on code.google.com by anugagga...@gmail.com on 15 Jul 2011 at 1:30

GoogleCodeExporter commented 9 years ago
FFmpeg on Android is built at the same manner as Linux or Windows. Please take 
a look to their website for more information.
You should build the libraries (static) for ARMv5TE and AMRv7-a. Copy the the 
output (libavcodec.a, libavcore.a, ....) to 
$(DOUBANGO_HOME)\thirdparties\android\lib\$(xxx)where $(xxx) is the cpu name.
Next time you build Doubango (tinyWRAP.so) then, the new libraries will be 
taken.

Original comment by boss...@yahoo.fr on 22 Jul 2011 at 1:49