Drop libbz2 dependency

Dynamic linking against libbz2 was problematic on some distributions.
We only needed it for pcre's CLI (which we don't use) and ffmpeg's mkv
decompression in case a user forced encoder to use it, because its usage
is discouraged by the standard.

See https://github.com/itgmania/itgmania/issues/217 for the related
discussion.
This commit is contained in:
Rafał Florczak
2024-06-14 01:00:17 +02:00
committed by teejusb
parent daad1a2333
commit 90aabddc7f
4 changed files with 3 additions and 10 deletions
+1 -1
View File
@@ -22,7 +22,7 @@ list(APPEND FFMPEG_CONFIGURE
"--disable-programs"
"--disable-swresample"
"--disable-vaapi"
"--enable-bzlib"
"--disable-bzlib"
"--enable-gpl"
"--enable-pthreads"
"--enable-static"