diff options
| author | Rafaël Carré <rafael.carre@gmail.com> | 2010-03-29 23:50:07 +0000 |
|---|---|---|
| committer | Rafaël Carré <rafael.carre@gmail.com> | 2010-03-29 23:50:07 +0000 |
| commit | 4fd9038d35707104804a068af0ed1d35d467a1f2 (patch) | |
| tree | 3cf81195173e1b6ac5d5e12bc308ae621d9c6621 /apps/plugins/SOURCES | |
| parent | 0acc2c5955b2ae88ddeb318903135638256164fc (diff) | |
| download | rockbox-4fd9038d35707104804a068af0ed1d35d467a1f2.zip rockbox-4fd9038d35707104804a068af0ed1d35d467a1f2.tar.gz rockbox-4fd9038d35707104804a068af0ed1d35d467a1f2.tar.bz2 rockbox-4fd9038d35707104804a068af0ed1d35d467a1f2.tar.xz | |
pitch_detector: fix builds on monochrome targets, remove an unused variable
Add icons for Clip, copied from c200 icons
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@25397 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/plugins/SOURCES')
| -rw-r--r-- | apps/plugins/SOURCES | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/plugins/SOURCES b/apps/plugins/SOURCES index a74b8be..88ddff5 100644 --- a/apps/plugins/SOURCES +++ b/apps/plugins/SOURCES @@ -39,7 +39,7 @@ crypt_firmware.c #endif #if (CONFIG_CODEC == SWCODEC) && defined(HAVE_RECORDING) && \ - (defined(HAVE_LINE_IN) || defined(HAVE_MIC_IN)) && defined(HAVE_LCD_COLOR) + (defined(HAVE_LINE_IN) || defined(HAVE_MIC_IN)) pitch_detector.c #endif |