Skip to content

Commit

Permalink
Build FFmpeg 7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
lalinsky committed Apr 11, 2024
1 parent a8fa3e4 commit f4c87d8
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions common.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/usr/bin/env bash

FFMPEG_VERSION=5.1.2
FFMPEG_TARBALL=ffmpeg-$FFMPEG_VERSION.tar.bz2
FFMPEG_VERSION=7.0
FFMPEG_TARBALL=ffmpeg-$FFMPEG_VERSION.tar.xz
FFMPEG_TARBALL_URL=http://ffmpeg.org/releases/$FFMPEG_TARBALL

FFMPEG_CONFIGURE_FLAGS=(
Expand All @@ -14,15 +14,16 @@ FFMPEG_CONFIGURE_FLAGS=(
--disable-avdevice
--disable-swscale
--disable-programs
--enable-rdft
--enable-ffmpeg
--enable-ffprobe
--disable-network
--disable-muxers
--disable-demuxers
--disable-zlib
--disable-lzma
--disable-bzlib
--disable-iconv
--disable-libxcb
--disable-bsfs
--disable-filters
--disable-parsers
Expand Down

0 comments on commit f4c87d8

Please sign in to comment.