mirror of
https://github.com/kotatogram/kotatogram-desktop
synced 2025-09-03 08:05:12 +00:00
Merge pull request #2341 from mezga0153/master
Fixed FFmpeg version in Xcode build instructions
This commit is contained in:
@@ -131,7 +131,7 @@ In Terminal go to **/Users/user/TBuild/Libraries** and run:
|
|||||||
|
|
||||||
git clone https://github.com/FFmpeg/FFmpeg.git ffmpeg
|
git clone https://github.com/FFmpeg/FFmpeg.git ffmpeg
|
||||||
cd ffmpeg
|
cd ffmpeg
|
||||||
git checkout release/2.8
|
git checkout release/3.1
|
||||||
|
|
||||||
#####Building libraries
|
#####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
|
git clone https://github.com/FFmpeg/FFmpeg.git ffmpeg
|
||||||
cd 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
|
* 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**
|
* Extract to **/Users/user/TBuild/Libraries** to have **/Users/user/TBuild/Libraries/ibiconv-1.14**
|
||||||
|
Reference in New Issue
Block a user