summaryrefslogtreecommitdiff
path: root/lib/rbcodec/codecs/SOURCES
diff options
context:
space:
mode:
authorSolomon Peachy <pizza@shaftnet.org>2018-12-22 20:01:42 -0500
committerSolomon Peachy <pizza@shaftnet.org>2018-12-22 20:12:10 -0500
commit928557bb174fdc6ae44d784137e19a61b4f42693 (patch)
tree37b6a3effd923b839c8fb02b806c43ea7506be9f /lib/rbcodec/codecs/SOURCES
parent9b9b30bd547c829157f3f83c71378f0bbd43241d (diff)
downloadrockbox-928557bb174fdc6ae44d784137e19a61b4f42693.tar.gz
rockbox-928557bb174fdc6ae44d784137e19a61b4f42693.zip
AAC bitstream format files support
Files with extension "aac" in ADTS or ADIF format are now playable. Full credit goes to Igor Poretsky. Change-Id: I413b34e15e5242fea60d3461966ae0984080f530
Diffstat (limited to 'lib/rbcodec/codecs/SOURCES')
-rw-r--r--lib/rbcodec/codecs/SOURCES1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/rbcodec/codecs/SOURCES b/lib/rbcodec/codecs/SOURCES
index 039772cf9a..f0787d267d 100644
--- a/lib/rbcodec/codecs/SOURCES
+++ b/lib/rbcodec/codecs/SOURCES
@@ -42,6 +42,7 @@ vgm.c
42#if MEMORYSIZE > 2 42#if MEMORYSIZE > 2
43kss.c 43kss.c
44#endif 44#endif
45aac_bsf.c
45 46
46#ifdef HAVE_RECORDING 47#ifdef HAVE_RECORDING
47 48