diff mbox series

[FFmpeg-devel,06/14] configure: Remove dct, fft, mdct, rdft subsystems

Message ID AS8P250MB0744FD810D8556063AAA90AF8FC1A@AS8P250MB0744.EURP250.PROD.OUTLOOK.COM
State Superseded
Headers show
Series [FFmpeg-devel,01/14] configure: Remove obsolete wmavoice->rdft, dct dependencies | expand

Commit Message

Andreas Rheinhardt Sept. 28, 2023, 9:35 p.m. UTC
This may break some command lines, because the --disable-*
options are no longer recognized.

Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
---
This could be squashed together with the preceding commit.

 configure | 8 --------
 1 file changed, 8 deletions(-)
diff mbox series

Patch

diff --git a/configure b/configure
index 885c58b631..5499da3594 100755
--- a/configure
+++ b/configure
@@ -136,13 +136,9 @@  Component options:
   --disable-w32threads     disable Win32 threads [autodetect]
   --disable-os2threads     disable OS/2 threads [autodetect]
   --disable-network        disable network support [no]
-  --disable-dct            disable DCT code
   --disable-dwt            disable DWT code
   --disable-error-resilience disable error resilience code
   --disable-lsp            disable LSP code
-  --disable-mdct           disable MDCT code
-  --disable-rdft           disable RDFT code
-  --disable-fft            disable FFT code
   --disable-faan           disable floating point AAN (I)DCT code
   --disable-pixelutils     disable pixel utils in libavutil
 
@@ -2004,17 +2000,13 @@  PROGRAM_LIST="
 "
 
 SUBSYSTEM_LIST="
-    dct
     dwt
     error_resilience
     faan
     fast_unaligned
-    fft
     lsp
-    mdct
     pixelutils
     network
-    rdft
 "
 
 # COMPONENT_LIST needs to come last to ensure correct dependency checking