From 4231c2c83f2b5331e3e38b10a308ee3752315f9c Mon Sep 17 00:00:00 2001 From: Solomon Peachy Date: Sat, 26 Sep 2020 17:19:07 -0400 Subject: codecs: Add support for the 'VTX' ZX Spectrum chiptunes format. This codec requires floating point. Original author: Peter Sovietov Ported to Rockbox: Roman Skylarov Further integration and bugfixes: Solomon Peachy Change-Id: I781ecd3592dfcdbbc694063334350342534f1d6c --- firmware/export/config/gigabeats.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'firmware/export/config/gigabeats.h') diff --git a/firmware/export/config/gigabeats.h b/firmware/export/config/gigabeats.h index ba71c5a400..8d82b44065 100644 --- a/firmware/export/config/gigabeats.h +++ b/firmware/export/config/gigabeats.h @@ -153,6 +153,8 @@ #define CONFIG_CPU IMX31L +#define HAVE_FPU + /* Define this if you want to use imx31l's i2c interface */ #define CONFIG_I2C I2C_IMX31L -- cgit v1.2.3