mirror of
https://github.com/nyanmisaka/ffmpeg-rockchip.git
synced 2026-04-30 11:40:35 +08:00
Rename CONFIG_FFT_FLOAT ---> FFT_FLOAT
The define does not originate from configure, so it should not have a name that is CONFIG_-prefixed.
This commit is contained in:
@@ -16,7 +16,7 @@
|
||||
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
|
||||
*/
|
||||
|
||||
#define CONFIG_FFT_FLOAT 0
|
||||
#define FFT_FLOAT 0
|
||||
#include "mdct_template.c"
|
||||
|
||||
/* same as ff_mdct_calcw_c with double-width unscaled output */
|
||||
|
||||
Reference in New Issue
Block a user