Skip to content

Commit a02f0dc

Browse files
committed
Remove --enable-small flag
in hevc/ps.c, the HEVC profile would not get detected anymore, leading to bad decoding This is a regression in FFmpeg 7.1
1 parent 336cacc commit a02f0dc

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

compile-ffmpeg.mjs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -196,7 +196,6 @@ execSync(
196196
'--extra-ldflags="' + extraLdFlags.join(" ") + '"',
197197
isMusl ? '--extra-cxxflags="-static-libgcc -static-libstdc++"' : null,
198198
isMusl ? '--extra-ldexeflags="-static-libgcc -static-libstdc++"' : null,
199-
"--enable-small",
200199
"--enable-shared",
201200
"--enable-libdav1d",
202201
"--enable-libzimg",

0 commit comments

Comments
 (0)