OSDN Git Service

Remove RDFT dependency from AAC decoder.
authorAlex Converse <aconverse@google.com>
Thu, 21 Apr 2011 18:39:04 +0000 (18:39 +0000)
committerAlex Converse <alex.converse@gmail.com>
Sat, 23 Apr 2011 03:38:38 +0000 (20:38 -0700)
$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.

configure

index dd44ba4..c01c551 100755 (executable)
--- a/configure
+++ b/configure
@@ -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"