diff options
| author | Frank Gevaerts <frank@gevaerts.be> | 2013-02-23 21:11:10 +0100 |
|---|---|---|
| committer | Frank Gevaerts <frank@gevaerts.be> | 2013-02-23 21:11:10 +0100 |
| commit | 36a99906e1641913970ab14fdebc2d95782012ac (patch) | |
| tree | 605e8c59beab86793609f63e17a6cc7febb90f87 | |
| parent | 88656a522ea2aecb7165837611c9bba66f25235e (diff) | |
| download | rockbox-36a99906e1641913970ab14fdebc2d95782012ac.zip rockbox-36a99906e1641913970ab14fdebc2d95782012ac.tar.gz rockbox-36a99906e1641913970ab14fdebc2d95782012ac.tar.bz2 rockbox-36a99906e1641913970ab14fdebc2d95782012ac.tar.xz | |
Build libtlsf for all systems
libtlsf used not to be built for HWCODEC, but now that the gif
viewer uses libtlsf instead of building its own copy, libtlsf
is needed everywhere.
Change-Id: I730719c6a20e749adb8597056d2049b7758620e4
| -rw-r--r-- | lib/tlsf/SOURCES | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/tlsf/SOURCES b/lib/tlsf/SOURCES index eb9d937..e526293 100644 --- a/lib/tlsf/SOURCES +++ b/lib/tlsf/SOURCES @@ -1,3 +1 @@ -#if CONFIG_CODEC == SWCODEC /* software codec platforms */ src/tlsf.c -#endif |