Skip to content
This repository has been archived by the owner on Oct 7, 2021. It is now read-only.

Commit

Permalink
documentation update
Browse files Browse the repository at this point in the history
  • Loading branch information
tanersener committed Oct 25, 2018
1 parent 9fde72a commit 05dee70
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ FFmpeg for Android and IOS
- Use binaries available at `Github`/`JCenter`/`CocoaPods` or build your own version with external libraries you need
- Supports
- Both Android and IOS
- FFmpeg `v3.4.x`, `v4.0.x` and `v4.1-dev` (master) releases
- FFmpeg `v3.4.x`, `v4.0.x` and `v4.1-dev-x` (master) releases
- 27 external libraries

`chromaprint`, `fontconfig`, `freetype`, `fribidi`, `gmp`, `gnutls`, `kvazaar`, `lame`, `libaom`, `libass`, `libiconv`, `libilbc`, `libtheora`, `libvorbis`, `libvpx`, `libwebp`, `libxml2`, `opencore-amr`, `opus`, `sdl`, `shine`, `snappy`, `soxr`, `speex`, `tesseract`, `twolame`, `wavpack`
Expand Down
3 changes: 1 addition & 2 deletions android/test-app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,7 @@ android {

dependencies {
implementation fileTree(dir: 'libs', include: ['*.jar'])
// implementation 'com.arthenica:mobile-ffmpeg-full:2.1.1'
implementation project(':app')
implementation 'com.arthenica:mobile-ffmpeg-full:3.0'
testImplementation 'junit:junit:4.12'
androidTestImplementation 'com.android.support.test:runner:1.0.2'
androidTestImplementation 'com.android.support.test.espresso:espresso-core:3.0.2'
Expand Down
Binary file added docs/assets/ios-universal/9-2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ FFmpeg for Android and IOS
<img src="https://github.com/tanersener/mobile-ffmpeg/blob/dev-v3.x/docs/assets/mobile-ffmpeg-logo-v7.png" width="240">

### 1. Features
- Supports FFmpeg `v3.4.x`, `v4.0.x` and `v4.1-dev` (master) releases
- Supports FFmpeg `v3.4.x`, `v4.0.x` and `v4.1-dev-x` (master) releases
- Use prebuilt binaries available under `Github`/`JCenter`/`CocoaPods` or build your own version with external libraries you need
- Includes 27 external libraries, 4 GPL libraries and 10 architectures in total
- Exposes both FFmpeg library and MobileFFmpeg wrapper library capabilities
Expand Down

0 comments on commit 05dee70

Please sign in to comment.