diff options
author | Dave Chapman <dave@dchapman.com> | 2005-10-26 12:35:58 +0000 |
---|---|---|
committer | Dave Chapman <dave@dchapman.com> | 2005-10-26 12:35:58 +0000 |
commit | 273d2e81f72c7721447ab9c539877f6712faaecc (patch) | |
tree | 79c66b0b699ca65ac2cc2369cd5bbed764c35a4b /apps/plugins | |
parent | 48be8e6a8b45fa16380af97829ba944430a78f17 (diff) |
New FLAC decoder from the ffmpeg project
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@7656 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/plugins')
-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 172b757acc..c7aa438b60 100644 --- a/apps/plugins/Makefile +++ b/apps/plugins/Makefile @@ -17,7 +17,7 @@ ifdef APPEXTRA endif ifdef SOFTWARECODECS - CODECLIBS = -lmad -la52 -lFLAC -lTremor -lwavpack -lmusepack + CODECLIBS = -lmad -la52 -lffmpegFLAC -lTremor -lwavpack -lmusepack endif LDS := plugin.lds |