2
0
mirror of https://github.com/kotatogram/kotatogram-desktop synced 2025-08-30 22:25:12 +00:00

Update docs/docker to use FFmpeg 4.2 / OpenAL 1.20.1.

This commit is contained in:
John Preston
2020-11-05 20:18:11 +03:00
parent d9df82642d
commit 951bb22c38
4 changed files with 9 additions and 7 deletions

View File

@@ -127,7 +127,7 @@ Go to ***BuildPath*** and run
git clone https://github.com/FFmpeg/FFmpeg.git ffmpeg
cd ffmpeg
git checkout release/3.4
git checkout release/4.2
CFLAGS=`freetype-config --cflags`
LDFLAGS=`freetype-config --libs`
PKG_CONFIG_PATH=$PKG_CONFIG_PATH:/usr/local/lib/pkgconfig:/usr/lib/pkgconfig:/usr/X11/lib/pkgconfig
@@ -240,9 +240,9 @@ Go to ***BuildPath*** and run
sudo make install
cd ..
git clone git://repo.or.cz/openal-soft.git
git clone https://github.com/telegramdesktop/openal-soft.git
cd openal-soft
git checkout v1.19
git checkout fix_mono
cd build
CFLAGS=$UNGUARDED CPPFLAGS=$UNGUARDED cmake -D CMAKE_INSTALL_PREFIX:PATH=/usr/local/macos -D ALSOFT_EXAMPLES=OFF -D LIBTYPE:STRING=STATIC -D CMAKE_OSX_DEPLOYMENT_TARGET:STRING=10.12 ..
make $MAKE_THREADS_CNT