Skip to content

Commit

Permalink
Merge branch 'release/v0.2.0'
Browse files Browse the repository at this point in the history
  • Loading branch information
hiteshsondhi88 committed Sep 5, 2014
2 parents de884df + acd7d6e commit eeb1095
Show file tree
Hide file tree
Showing 69 changed files with 66 additions and 1,446 deletions.
35 changes: 35 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,38 @@
*.o
build
toolchain-*
libpng-*
expat-*
fribidi-*

# Created by http://www.gitignore.io

### OSX ###
.DS_Store
.AppleDouble
.LSOverride

# Icon must end with two \r
Icon


# Thumbnails
._*

# Files that might appear on external disk
.Spotlight-V100
.Trashes

# Directories potentially created on remote AFP share
.AppleDB
.AppleDesktop
Network Trash Folder
Temporary Items
.apdisk


### Linux ###
*~

# KDE directory preferences
.directory
12 changes: 3 additions & 9 deletions .gitmodules
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,6 @@
[submodule "fontconfig"]
path = fontconfig
url = git://anongit.freedesktop.org/fontconfig
[submodule "expat"]
path = expat
url = https://github.com/hiteshsondhi88/expat.git
[submodule "libpng"]
path = libpng
url = https://github.com/hiteshsondhi88/libpng.git
[submodule "fribidi"]
path = fribidi
url = https://github.com/hiteshsondhi88/fribidi.git
[submodule "SampleFFmpegApp"]
path = SampleFFmpegApp
url = https://github.com/hiteshsondhi88/SampleFFmpegApp.git
9 changes: 5 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,16 +10,17 @@ Supported Architecture

Instructions
----
* Edit settings.sh and set ANDROID_NDK_ROOT_PATH according to your NDK root path
* Set environment variable
1. export ANDROID_NDK={Android NDK Base Path}
* Run following commands to compile ffmpeg
1. sudo apt-get --quiet --yes install build-essential git autoconf libtool pkg-config gperf gettext
2. git submodule update --init
2. ./init_update_libs.sh
3. ./android_build.sh
* To update submodules and libraries you can use ./init_update_libs.sh command
* Find the executable binary in build directory.
* If you want to use FONTCONFIG then you need to specify your custom fontconfig config file (e.g - "FONTCONFIG_FILE=/sdcard/fonts.conf ./ffmpeg --version", where /sdcard/fonts.conf is location of your FONTCONFIG configuration file).
* You can also download [prebuilt-binaries](prebuilt-binaries.tar.gz?raw=true) here.
* You can also download [prebuilt-binaries](https://github.com/hiteshsondhi88/ffmpeg-android/releases/download/v0.1.0/prebuilt-binaries.tar.gz) here.

License
----
check files LICENSE.GPLv3 and LICENSE

1 change: 1 addition & 0 deletions SampleFFmpegApp
Submodule SampleFFmpegApp added at 2d0d19
5 changes: 0 additions & 5 deletions SampleFFmpegApp2/.gitignore

This file was deleted.

1 change: 0 additions & 1 deletion SampleFFmpegApp2/.idea/.name

This file was deleted.

23 changes: 0 additions & 23 deletions SampleFFmpegApp2/.idea/compiler.xml

This file was deleted.

3 changes: 0 additions & 3 deletions SampleFFmpegApp2/.idea/copyright/profiles_settings.xml

This file was deleted.

5 changes: 0 additions & 5 deletions SampleFFmpegApp2/.idea/encodings.xml

This file was deleted.

18 changes: 0 additions & 18 deletions SampleFFmpegApp2/.idea/gradle.xml

This file was deleted.

51 changes: 0 additions & 51 deletions SampleFFmpegApp2/.idea/misc.xml

This file was deleted.

10 changes: 0 additions & 10 deletions SampleFFmpegApp2/.idea/modules.xml

This file was deleted.

5 changes: 0 additions & 5 deletions SampleFFmpegApp2/.idea/scopes/scope_settings.xml

This file was deleted.

7 changes: 0 additions & 7 deletions SampleFFmpegApp2/.idea/vcs.xml

This file was deleted.

19 changes: 0 additions & 19 deletions SampleFFmpegApp2/SampleFFmpegApp2.iml

This file was deleted.

1 change: 0 additions & 1 deletion SampleFFmpegApp2/app/.gitignore

This file was deleted.

64 changes: 0 additions & 64 deletions SampleFFmpegApp2/app/app.iml

This file was deleted.

Binary file removed SampleFFmpegApp2/app/assets/ffmpeg-armeabi-v7a
Binary file not shown.
Binary file removed SampleFFmpegApp2/app/assets/ffmpeg-armeabi-v7a-neon
Binary file not shown.
31 changes: 0 additions & 31 deletions SampleFFmpegApp2/app/build.gradle

This file was deleted.

15 changes: 0 additions & 15 deletions SampleFFmpegApp2/app/jni/Android.mk

This file was deleted.

4 changes: 0 additions & 4 deletions SampleFFmpegApp2/app/jni/Application.mk

This file was deleted.

Loading

0 comments on commit eeb1095

Please sign in to comment.