Skip to content

Commit 5bcd0c3

Browse files
committed
first tag
1 parent f1f8e8f commit 5bcd0c3

File tree

3 files changed

+18
-1
lines changed

3 files changed

+18
-1
lines changed

.gitignore

+2
Original file line numberDiff line numberDiff line change
@@ -65,3 +65,5 @@ fastlane/report.xml
6565
fastlane/Preview.html
6666
fastlane/screenshots
6767
fastlane/test_output
68+
69+
FFmpeg.framework.zip

FFmpeg.json

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
{
2+
"3.4.2": "https://github.com/CodeEagle/FFmpegOpenSSL/releases/download/3.4.2/FFmpeg.framework.zip"
3+
}

README.md

+13-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,14 @@
11
# FFmpegOpenSSL
2-
A FFmpeg dynamic framework with OpenSSL
2+
A FFmpeg dynamic framework with OpenSSL for iOS
3+
> Builded with ijkplayer's script
4+
5+
Carthage Integration
6+
---
7+
```Ruby
8+
binary "https://raw.githubusercontent.com/CodeEagle/FFmpegOpenSSL/master/FFmpeg.json"
9+
```
10+
11+
Relase
12+
---
13+
#### 3.4.2
14+
FFmpeg 3.4.2 with OpenSSL 1.0.2k

0 commit comments

Comments
 (0)