Skip to content

Commit

Permalink
Bump ffmpeg version and enable libopus
Browse files Browse the repository at this point in the history
  • Loading branch information
iver56 committed Jun 7, 2024
1 parent 9607a77 commit 018bb5f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion common.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/usr/bin/env bash

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

Expand Down Expand Up @@ -186,4 +186,6 @@ FFMPEG_CONFIGURE_FLAGS=(
--enable-muxer=dash
--enable-muxer=ogg
--enable-muxer=opus

--enable-libopus
)

0 comments on commit 018bb5f

Please sign in to comment.