mirror of
https://github.com/telegramdesktop/tdesktop
synced 2025-03-03 21:07:53 +00:00
Fixed FFmpeg version in Xcode build instructions
Signed-off-by: Tine Mezgec <tine.mezgec@gmail.com> (github: mezga0153)
This commit is contained in:
parent
67a3f33aa7
commit
b6d054bb1c
@ -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