Skip to content

Commit

Permalink
Remove --enable-small flag
Browse files Browse the repository at this point in the history
in hevc/ps.c, the HEVC profile would not get detected anymore, leading to bad decoding
This is a regression in FFmpeg 7.1
  • Loading branch information
JonnyBurger committed Jan 21, 2025
1 parent 336cacc commit a02f0dc
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion compile-ffmpeg.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -196,7 +196,6 @@ execSync(
'--extra-ldflags="' + extraLdFlags.join(" ") + '"',
isMusl ? '--extra-cxxflags="-static-libgcc -static-libstdc++"' : null,
isMusl ? '--extra-ldexeflags="-static-libgcc -static-libstdc++"' : null,
"--enable-small",
"--enable-shared",
"--enable-libdav1d",
"--enable-libzimg",
Expand Down

0 comments on commit a02f0dc

Please sign in to comment.