mirror of
https://github.com/kotatogram/kotatogram-desktop
synced 2025-09-01 23:25:15 +00:00
Update FFmpeg to 4.4.
This commit is contained in:
@@ -380,7 +380,7 @@ COPY --from=libXv ${LibrariesPath}/libXv-cache /
|
|||||||
COPY --from=libva ${LibrariesPath}/libva-cache /
|
COPY --from=libva ${LibrariesPath}/libva-cache /
|
||||||
COPY --from=libvdpau ${LibrariesPath}/libvdpau-cache /
|
COPY --from=libvdpau ${LibrariesPath}/libvdpau-cache /
|
||||||
|
|
||||||
RUN git clone -b release/4.2 --depth=1 $GIT/FFmpeg/FFmpeg.git ffmpeg
|
RUN git clone -b release/4.4 --depth=1 $GIT/FFmpeg/FFmpeg.git ffmpeg
|
||||||
|
|
||||||
WORKDIR ffmpeg
|
WORKDIR ffmpeg
|
||||||
RUN ./configure \
|
RUN ./configure \
|
||||||
|
@@ -163,7 +163,7 @@ Open **x64 Native Tools Command Prompt for VS 2019.bat**, go to ***BuildPath***
|
|||||||
|
|
||||||
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/4.2
|
git checkout release/4.4
|
||||||
|
|
||||||
set CHERE_INVOKING=enabled_from_arguments
|
set CHERE_INVOKING=enabled_from_arguments
|
||||||
set MSYS2_PATH_TYPE=inherit
|
set MSYS2_PATH_TYPE=inherit
|
||||||
|
@@ -163,7 +163,7 @@ Open **x86 Native Tools Command Prompt for VS 2019.bat**, go to ***BuildPath***
|
|||||||
|
|
||||||
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/4.2
|
git checkout release/4.4
|
||||||
|
|
||||||
set CHERE_INVOKING=enabled_from_arguments
|
set CHERE_INVOKING=enabled_from_arguments
|
||||||
set MSYS2_PATH_TYPE=inherit
|
set MSYS2_PATH_TYPE=inherit
|
||||||
|
@@ -133,7 +133,7 @@ Go to ***BuildPath*** 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/4.2
|
git checkout release/4.4
|
||||||
CFLAGS=`freetype-config --cflags`
|
CFLAGS=`freetype-config --cflags`
|
||||||
LDFLAGS=`freetype-config --libs`
|
LDFLAGS=`freetype-config --libs`
|
||||||
PKG_CONFIG_PATH=$PKG_CONFIG_PATH:/usr/local/lib/pkgconfig:/usr/lib/pkgconfig:/usr/X11/lib/pkgconfig
|
PKG_CONFIG_PATH=$PKG_CONFIG_PATH:/usr/local/lib/pkgconfig:/usr/lib/pkgconfig:/usr/X11/lib/pkgconfig
|
||||||
@@ -211,7 +211,6 @@ Go to ***BuildPath*** and run
|
|||||||
--enable-decoder=pcm_u32be \
|
--enable-decoder=pcm_u32be \
|
||||||
--enable-decoder=pcm_u32le \
|
--enable-decoder=pcm_u32le \
|
||||||
--enable-decoder=pcm_u8 \
|
--enable-decoder=pcm_u8 \
|
||||||
--enable-decoder=pcm_zork \
|
|
||||||
--enable-decoder=vorbis \
|
--enable-decoder=vorbis \
|
||||||
--enable-decoder=wavpack \
|
--enable-decoder=wavpack \
|
||||||
--enable-decoder=wmalossless \
|
--enable-decoder=wmalossless \
|
||||||
|
Reference in New Issue
Block a user