Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit dc49fad

Browse filesBrowse files
authored
Update build-ffmpeg
Only audio codecs option support
1 parent 688f45f commit dc49fad
Copy full SHA for dc49fad

File tree

Expand file treeCollapse file tree

1 file changed

+3
-3
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+3
-3
lines changed

‎build-ffmpeg

Copy file name to clipboardExpand all lines: build-ffmpeg
+3-3Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
# LICENSE: https://github.com/markus-perl/ffmpeg-build-script/blob/master/LICENSE
55

66
PROGNAME=$(basename "$0")
7-
FFMPEG_VERSION=6.1.1
7+
FFMPEG_VERSION=6.1
88
SCRIPT_VERSION=1.50
99
CWD=$(pwd)
1010
PACKAGES="$CWD/packages"
@@ -263,7 +263,7 @@ while (($# > 0)); do
263263
fi
264264
LDEXEFLAGS="-static"
265265
CONFIGURE_OPTIONS+=("--disable-doc" "--disable-debug" "--disable-ffplay" "--disable-ffprobe" "--disable-autodetect" "--disable-network")
266-
CONFIGURE_OPTIONS+=("--disable-everything" "--enable-libmp3lame" "--enable-protocol=file" "--enable-decoder=mp3*,pcm*" "--enable-demuxer=mp3,wav" "--enable-parser=mpegaudio" "--enable-muxer=mp3,wav" "--enable-filter=aresample,volume" "--enable-encoder=pcm*,libmp3lame")
266+
CONFIGURE_OPTIONS+=("--disable-everything" "--enable-protocol=file" "--enable-decoder=mp3*,pcm*,opus,vorbis,aac" "--enable-demuxer=mp3,wav,aac,ogg" "--enable-parser=mpegaudio,aac,vorbis,opus" "--enable-muxer=mp3,ogg,wav,ipod" "--enable-filter=aresample,volume" "--enable-encoder=pcm*,libmp3lame,libopus,libvorbis,aac")
267267
MANPAGES=0
268268
fi
269269
if [[ "$1" == "--latest" ]]; then
@@ -759,7 +759,7 @@ if build "lame" "3.100"; then
759759

760760
build_done "lame" $CURRENT_PACKAGE_VERSION
761761
fi
762-
# CONFIGURE_OPTIONS+=("--enable-libmp3lame")
762+
CONFIGURE_OPTIONS+=("--enable-libmp3lame")
763763

764764
# if [ -z "$LDEXEFLAGS" ]; then
765765
# if build "lame" "3.100"; then

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.