OSDN Git Service

Android porting for ffmpeg 2.1 release
authorChih-Wei Huang <cwhuang@linux.org.tw>
Sat, 2 Nov 2013 16:08:04 +0000 (00:08 +0800)
committerChih-Wei Huang <cwhuang@linux.org.tw>
Tue, 4 Feb 2014 05:56:44 +0000 (13:56 +0800)
commit9ad1719b3b04f655bcaf40a8b91e9d25f7ed632d
tree2ddbe67f7e127493d7355d829184091025c5f6a5
parenteda6effcabcf9c238e4635eb058d72371336e09b
Android porting for ffmpeg 2.1 release

Add Android.mk to build ffmpeg libraries with AOSP tree.
Based on the nice work of Chia-I Wu (olv):
git://gitorious.org/~olvaffe/ffmpeg/ffmpeg-android

Tested built OK on Android 4.3 for x86, mips, armv7-a and armv7-a-neon.
27 files changed:
Android.mk [new file with mode: 0644]
android/build.mk [new file with mode: 0644]
android/config-armv5te.mak [new file with mode: 0644]
android/config-armv7-a-neon.mak [new file with mode: 0644]
android/config-armv7-a.mak [new file with mode: 0644]
android/config-mips32-fp.mak [new symlink]
android/config-mips32r2-fp.mak [new file with mode: 0644]
android/config-x86-atom.mak [new symlink]
android/config-x86.mak [new file with mode: 0644]
android/config.mak [new file with mode: 0644]
android/ffmpeg.mk [new file with mode: 0644]
android/include/config-armv5te.h [new file with mode: 0644]
android/include/config-armv7-a-neon.h [new file with mode: 0644]
android/include/config-armv7-a.h [new file with mode: 0644]
android/include/config-mips32-fp.h [new symlink]
android/include/config-mips32r2-fp.h [new file with mode: 0644]
android/include/config-x86-atom.h [new symlink]
android/include/config-x86.h [new file with mode: 0644]
android/include/config.asm [new file with mode: 0644]
android/include/config.h [new file with mode: 0644]
android/include/libavutil/avconfig.h [new file with mode: 0644]
libavcodec/Android.mk [new file with mode: 0644]
libavfilter/Makefile
libavformat/Android.mk [new file with mode: 0644]
libavutil/Android.mk [new file with mode: 0644]
libswresample/Android.mk [new file with mode: 0644]
libswscale/Android.mk [new file with mode: 0644]