We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e91298e + 8c0fe80 commit bd7155cCopy full SHA for bd7155c
README.md
@@ -1,5 +1,4 @@
1
-FFmpeg iOS build script
2
-=======================
+# FFmpeg iOS build script
3
4
This is a shell script to build FFmpeg libraries for iOS apps.
5
@@ -8,8 +7,7 @@ Tested with:
8
7
* FFmpeg N-56578-g3cfd4df
9
* Xcode 5
10
11
-Usage
12
------
+## Usage
13
14
* To build everything:
15
@@ -26,3 +24,7 @@ Usage
26
24
* To build fat libraries from separately built thin libraries:
27
25
28
./build-ffmpeg.sh lipo
+
+## Influences
29
30
+* https://github.com/bbcallen/ijkplayer/blob/fc70895c64cbbd20f32f1d81d2d48609ed13f597/ios/tools/do-compile-ffmpeg.sh#L7
0 commit comments