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

Commit

Permalink
update libaom .gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
tanersener committed Feb 28, 2020
1 parent ca0bb9f commit 95261c1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,8 @@ FFmpeg for Android, iOS and tvOS
- Supports `API Level 16+`

#### 1.2 iOS
- Builds `armv7`, `armv7s`, `arm64`, `arm64e`, `i386` and `x86_64` architectures
- Supports `bzip2`, `zlib`, `iconv` system libraries and `AudioToolbox`, `CoreImage`, `VideoToolbox`, `AVFoundation` system frameworks
- Builds `armv7`, `armv7s`, `arm64`, `arm64e`, `i386`, `x86_64` and `x86_64` (Mac Catalyst) architectures
- Supports `bzip2`, `iconv`, `libuuid`, `zlib` system libraries and `AudioToolbox`, `CoreImage`, `VideoToolbox`, `AVFoundation` system frameworks
- Objective-C API
- Camera access
- `ARC` enabled library
Expand Down
1 change: 1 addition & 0 deletions src/libaom/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,6 @@ cmbuild
.project
.vscode
.gitignore
.git
TAGS
/cmake-build/

0 comments on commit 95261c1

Please sign in to comment.