Skip to content

Commit

Permalink
update to ffmpeg 5.1.3 for the windows version
Browse files Browse the repository at this point in the history
  • Loading branch information
zoff99 committed Jul 25, 2023
1 parent 426ef88 commit aa69755
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
6 changes: 4 additions & 2 deletions buildscripts/build_ffmpeg.sh
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,10 @@ fi
CFLAGS="${CROSS_CFLAG}" \
CPPFLAGS="${CROSS_CPPFLAG}" \
LDFLAGS="${CROSS_LDFLAG}" \

# --disable-avresample \
# --disable-lzo \

./configure ${FFMPEG_ARCH} \
--enable-gpl \
--enable-shared \
Expand All @@ -46,7 +50,6 @@ LDFLAGS="${CROSS_LDFLAG}" \
--disable-doc \
--disable-sdl2 \
--disable-avfilter \
--disable-avresample \
--disable-filters \
--disable-iconv \
--disable-network \
Expand All @@ -57,7 +60,6 @@ LDFLAGS="${CROSS_LDFLAG}" \
--disable-dct \
--disable-dwt \
--disable-lsp \
--disable-lzo \
--disable-mdct \
--disable-rdft \
--disable-fft \
Expand Down
4 changes: 2 additions & 2 deletions buildscripts/download/download_ffmpeg.sh
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@

set -euo pipefail

FFMPEG_VERSION=4.4.1
FFMPEG_HASH=eadbad9e9ab30b25f5520fbfde99fae4a92a1ae3c0257a8d68569a4651e30e02
FFMPEG_VERSION=5.1.3
FFMPEG_HASH=1b113593ff907293be7aed95acdda5e785dd73616d7d4ec90a0f6adbc5a0312e

source "$(dirname "$(realpath "$0")")/common.sh"

Expand Down

0 comments on commit aa69755

Please sign in to comment.