diff options
author | Alex Converse <aconverse@google.com> | 2011-04-21 18:39:04 +0000 |
---|---|---|
committer | Alex Converse <alex.converse@gmail.com> | 2011-04-22 20:38:38 -0700 |
commit | cfc2a0cf848e71fcec0861a73b26c2c96a201357 (patch) | |
tree | a9ddeabd9466468e113e489260b0df3cb210dc44 /configure | |
parent | 785c4418289e5aace9823823a8d19974e40d4b64 (diff) | |
download | ffmpeg-cfc2a0cf848e71fcec0861a73b26c2c96a201357.tar.gz |
Remove RDFT dependency from AAC decoder.
$subj
>From 557176d961c70604c2a96d81aff4bd6faa670d8a Mon Sep 17 00:00:00 2001
From: Alex Converse <aconverse@google.com>
Date: Thu, 21 Apr 2011 12:11:42 -0700
Subject: [PATCH] Remove RDFT dependency from AAC decoder.
MIME-Version: 1.0
Content-Type: multipart/mixed; boundary="------------1"
This is a multi-part message in MIME format.
--------------1
Content-Type: text/plain; charset=UTF-8; format=fixed
Content-Transfer-Encoding: 8bit
It was used for an old implementation of the SBR filterbank.
./configure --disable-everything --disable-ffplay --enable-decoder=aac works.
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1237,7 +1237,7 @@ mdct_select="fft" rdft_select="fft" # decoders / encoders / hardware accelerators -aac_decoder_select="mdct rdft sinewin" +aac_decoder_select="mdct sinewin" aac_encoder_select="mdct sinewin" aac_latm_decoder_select="aac_decoder aac_latm_parser" ac3_decoder_select="mdct ac3dsp ac3_parser" |