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 --- lib/rbcodec/SOURCES | 3 +++ 1 file changed, 3 insertions(+) (limited to 'lib/rbcodec/SOURCES') diff --git a/lib/rbcodec/SOURCES b/lib/rbcodec/SOURCES index c288bb6de4..b0efebc989 100644 --- a/lib/rbcodec/SOURCES +++ b/lib/rbcodec/SOURCES @@ -40,6 +40,9 @@ metadata/asap.c metadata/asf.c metadata/au.c metadata/ay.c +#ifdef HAVE_FPU +metadata/vtx.c +#endif metadata/flac.c metadata/gbs.c metadata/hes.c -- cgit v1.2.3