diff options
| author | Dave Chapman <dave@dchapman.com> | 2005-02-19 12:11:18 +0000 |
|---|---|---|
| committer | Dave Chapman <dave@dchapman.com> | 2005-02-19 12:11:18 +0000 |
| commit | 4d961f21285de89360173ccc76ee82eb504d726e (patch) | |
| tree | e41a8acd5f2879abd572de666bec36b8266e6a47 /apps/plugins/Makefile | |
| parent | 1839a956ba67fc601706bfd9d5f46a22c60bfc70 (diff) | |
| download | rockbox-4d961f21285de89360173ccc76ee82eb504d726e.zip rockbox-4d961f21285de89360173ccc76ee82eb504d726e.tar.gz rockbox-4d961f21285de89360173ccc76ee82eb504d726e.tar.bz2 rockbox-4d961f21285de89360173ccc76ee82eb504d726e.tar.xz | |
First version of vorbis decoder
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6017 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/plugins/Makefile')
| -rw-r--r-- | apps/plugins/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/plugins/Makefile b/apps/plugins/Makefile index 1ecf380..9549959 100644 --- a/apps/plugins/Makefile +++ b/apps/plugins/Makefile @@ -17,7 +17,7 @@ ifdef APPEXTRA endif ifdef SOFTWARECODECS - CODECLIBS = -lmad -la52 -lFLAC + CODECLIBS = -lmad -la52 -lFLAC -lTremor endif LDS := plugin.lds |