File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -19,7 +19,6 @@ Currently FFmpeg 8.1 is built with the following packages enabled for all platfo
1919- lame 3.100
2020- ogg 1.3.6
2121- opus 1.6.1
22- - speex 1.2.1
2322- vorbis 1.3.7
2423- dav1d 1.5.3
2524- libsvtav1 3.1.2
Original file line number Diff line number Diff line change @@ -78,12 +78,6 @@ def calculate_sha256(filename: str) -> str:
7878 sha256 = "6ffcb593207be92584df15b32466ed64bbec99109f007c82205f0194572411a1" ,
7979 build_arguments = ["--disable-doc" , "--disable-extra-programs" ],
8080 ),
81- Package (
82- name = "speex" ,
83- source_url = "http://downloads.xiph.org/releases/speex/speex-1.2.1.tar.gz" ,
84- sha256 = "4b44d4f2b38a370a2d98a78329fefc56a0cf93d1c1be70029217baae6628feea" ,
85- build_arguments = ["--disable-binaries" ],
86- ),
8781 Package (
8882 name = "vorbis" ,
8983 source_url = "https://ftp.osuosl.org/pub/xiph/releases/vorbis/libvorbis-1.3.7.tar.xz" ,
@@ -358,7 +352,6 @@ def main():
358352 "--enable-libopencore-amrnb" ,
359353 "--enable-libopencore-amrwb" ,
360354 "--enable-libopus" ,
361- "--enable-libspeex" ,
362355 "--enable-libsvtav1" ,
363356 "--enable-libvorbis" ,
364357 "--enable-libvpx" ,
You can’t perform that action at this time.
0 commit comments