Merge pull request #2341 from mezga0153/master

Fixed FFmpeg version in Xcode build instructions
This commit is contained in:
Christoph 2016-08-09 20:33:32 +02:00 committed by GitHub
commit f5d8ebf2ca
2 changed files with 2 additions and 2 deletions

View File

@ -131,7 +131,7 @@ In Terminal go to **/Users/user/TBuild/Libraries** and run:
git clone https://github.com/FFmpeg/FFmpeg.git ffmpeg
cd ffmpeg
git checkout release/2.8
git checkout release/3.1
#####Building libraries

View File

@ -164,7 +164,7 @@ In Terminal go to **/Users/user/TBuild/Libraries** and run:
git clone https://github.com/FFmpeg/FFmpeg.git ffmpeg
cd ffmpeg
git checkout release/2.8
git checkout release/3.1
* Download [libiconv-1.14](http://ftp.gnu.org/pub/gnu/libiconv/libiconv-1.14.tar.gz) from http://www.gnu.org/software/libiconv/#downloading
* Extract to **/Users/user/TBuild/Libraries** to have **/Users/user/TBuild/Libraries/ibiconv-1.14**