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

Andreas Rheinhardt andreas.rheinhardt at outlook.com
Fri Sep 29 00:35:40 EEST 2023


This may break some command lines, because the --disable-*
options are no longer recognized.

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

 configure | 8 --------
 1 file changed, 8 deletions(-)

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
-- 
2.34.1



More information about the ffmpeg-devel mailing list