beginners question: ffmpeg for a android (using tutorial: "ffmpeg and Android.mk")
守正
分类: 嵌入式
2010-06-03 17:31:18
共 6 个帖子 - |
Hi to all, I am trying to compile ffmpeg for a android. I have found several posts on this theme but non of these seems to work. If tried to build ffmpeg like it is posted on [1]. Did anybody successfully compiled ffmpeg using theses tutorial? I am not sure how to realise step 4 to 5. "STEP4: Configuring ..." It seems to me that building an application like it is explained in I am using the current android ndk release 3 and checked out the best regards Matthias [1] -- |
Actually, I think I have successfuly compiled FFMpeg (with an other process) but the generated ".a" files are really too heavy to be put in an app... If you know how to use such ".a" files, contact me in private, I will On 15 avr, 12:59, Matthias You received this message because you are subscribed to the Google Groups "android-ndk" group. To post to this group, send email to android-ndk@googlegroups.com. To unsubscribe from this group, send email to android-ndk+unsubscribe@googlegroups.com. For more options, visit this group at . |
Hi, On 04/16/2010 10:42 AM, ColletJb wrote: > Actually, I think I have successfuly compiled FFMpeg (with an other Those are archives, or more qualified in this case: They're static > process) but the generated ".a" files are really too heavy to be put > in an app... > If you know how to use such ".a" files, contact me in private, I will libraries. They contain each and every function. When you link applications agains them, the footprint may reduce drastically when only a subset of the libraries' functions is used. -hwh -- |
@Hans-Werner Hilse : Thank you for your answer... But one more (stupid) question : How should I link the component I'm building (with the NDK) with those static libraries ? Thanks for you help. On 16 avr, 11:32, Hans-Werner Hilse You received this message because you are subscribed to the Google Groups "android-ndk" group. To post to this group, send email to android-ndk@googlegroups.com. To unsubscribe from this group, send email to android-ndk+unsubscribe@googlegroups.com. For more options, visit this group at . |
Which method did you use to build ffmpeg successfully? (Or can you let me know what the problem was that you were having before when you couldn't build it?) Does anyone know of an ARM-optimised (free) implementation of an MPEG4/ -e On Apr 16, 10:08 pm, ColletJb You received this message because you are subscribed to the Google Groups "android-ndk" group. To post to this group, send email to android-ndk@googlegroups.com. To unsubscribe from this group, send email to android-ndk+unsubscribe@googlegroups.com. For more options, visit this group at . |
Hi, how did you build ffmpeg for android? best regards matthias On Apr 16, 11:32 am, Hans-Werner Hilse You received this message because you are subscribed to the Google Groups "android-ndk" group. To post to this group, send email to android-ndk@googlegroups.com. To unsubscribe from this group, send email to android-ndk+unsubscribe@googlegroups.com. For more options, visit this group at . |
帖子结尾 |