mirror of
https://github.com/telegramdesktop/tdesktop
synced 2025-03-19 18:05:37 +00:00
Merge pull request #2341 from mezga0153/master
Fixed FFmpeg version in Xcode build instructions
This commit is contained in:
commit
f5d8ebf2ca
@ -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
|
||||
|
||||
|
@ -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**
|
||||
|
Loading…
Reference in New Issue
Block a user