diff --git a/patches/twolame.patch b/patches/twolame.patch deleted file mode 100644 index 02721f90..00000000 --- a/patches/twolame.patch +++ /dev/null @@ -1,21 +0,0 @@ -From: Sebastian Ramacher -Date: Tue, 15 Oct 2019 20:22:34 +0200 -Subject: Add missing TL_API - ---- - libtwolame/twolame.h | 2 +- - 1 file changed, 1 insertion(+), 1 deletion(-) - -diff --git a/libtwolame/twolame.h b/libtwolame/twolame.h -index 4348fde..a88e8ac 100644 ---- a/libtwolame/twolame.h -+++ b/libtwolame/twolame.h -@@ -263,7 +263,7 @@ TL_API int twolame_encode_buffer_float32(twolame_options * glopts, - * \return The number of bytes put in output buffer - * or a negative value on error - */ --int twolame_encode_buffer_float32_interleaved(twolame_options * glopts, -+TL_API int twolame_encode_buffer_float32_interleaved(twolame_options * glopts, - const float pcm[], - int num_samples, - unsigned char *mp2buffer, int mp2buffer_size); diff --git a/scripts/build-ffmpeg.py b/scripts/build-ffmpeg.py index 1dbf130b..db76a28c 100644 --- a/scripts/build-ffmpeg.py +++ b/scripts/build-ffmpeg.py @@ -90,12 +90,6 @@ def calculate_sha256(filename: str) -> str: sha256="4b44d4f2b38a370a2d98a78329fefc56a0cf93d1c1be70029217baae6628feea", build_arguments=["--disable-binaries"], ), - Package( - name="twolame", - source_url="http://deb.debian.org/debian/pool/main/t/twolame/twolame_0.4.0.orig.tar.gz", - sha256="cc35424f6019a88c6f52570b63e1baf50f62963a3eac52a03a800bb070d7c87d", - build_arguments=["--disable-sndfile"], - ), Package( name="vorbis", source_url="https://ftp.osuosl.org/pub/xiph/releases/vorbis/libvorbis-1.3.7.tar.xz", @@ -395,7 +389,6 @@ def main(): "--enable-libopus", "--enable-libspeex", "--enable-libsvtav1", - "--enable-libtwolame", "--enable-libvorbis", "--enable-libvpx", "--enable-libwebp",