diff options
| author | Björn Stenberg <bjorn@haxx.se> | 2008-11-05 13:30:58 +0000 |
|---|---|---|
| committer | Björn Stenberg <bjorn@haxx.se> | 2008-11-05 13:30:58 +0000 |
| commit | 45bd7e024603ba47207e5cc64c61e4116e8f1261 (patch) | |
| tree | cf789bb0ce99eb8b153c5445c535ef5c4e4ead62 /apps/plugins/Makefile | |
| parent | 7ec9ceeaaabb75adaa790b41eba6dec020232fa6 (diff) | |
| download | rockbox-45bd7e024603ba47207e5cc64c61e4116e8f1261.zip rockbox-45bd7e024603ba47207e5cc64c61e4116e8f1261.tar.gz rockbox-45bd7e024603ba47207e5cc64c61e4116e8f1261.tar.bz2 rockbox-45bd7e024603ba47207e5cc64c61e4116e8f1261.tar.xz | |
Codec lib directories renamed, except for demac.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@19018 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 c9405a4..19d0622 100644 --- a/apps/plugins/Makefile +++ b/apps/plugins/Makefile @@ -18,7 +18,7 @@ ifdef APPEXTRA endif ifdef SOFTWARECODECS - CODECLIBS = -lmad -la52 -lffmpegFLAC -lTremor -lwavpack -lmusepack + CODECLIBS = -lmad -la52 -lffmpegFLAC -ltremor -lwavpack -lmusepack endif # Set up the bitmap libraries |