summaryrefslogtreecommitdiff
path: root/apps/plugins/mpegplayer/Makefile
diff options
context:
space:
mode:
authorDave Chapman <dave@dchapman.com>2007-03-26 01:32:31 +0000
committerDave Chapman <dave@dchapman.com>2007-03-26 01:32:31 +0000
commita56757137c9b8e11e5380270a1ebbbd29ad0b0d0 (patch)
treee2113fd56fd537d95e96a972925a8c05fc40dfe6 /apps/plugins/mpegplayer/Makefile
parent8f04faef91e759aa97d85f403ba236278a25d9f6 (diff)
downloadrockbox-a56757137c9b8e11e5380270a1ebbbd29ad0b0d0.zip
rockbox-a56757137c9b8e11e5380270a1ebbbd29ad0b0d0.tar.gz
rockbox-a56757137c9b8e11e5380270a1ebbbd29ad0b0d0.tar.bz2
rockbox-a56757137c9b8e11e5380270a1ebbbd29ad0b0d0.tar.xz
mpegplayer for grayscale targets. Note that performance is slow...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12913 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/plugins/mpegplayer/Makefile')
-rw-r--r--apps/plugins/mpegplayer/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/plugins/mpegplayer/Makefile b/apps/plugins/mpegplayer/Makefile
index 7b52d2d..28691f4 100644
--- a/apps/plugins/mpegplayer/Makefile
+++ b/apps/plugins/mpegplayer/Makefile
@@ -8,7 +8,7 @@
#
INCLUDES = -I$(APPSDIR) -I.. -I. $(TARGET_INC) -I$(FIRMDIR)/include -I$(FIRMDIR)/export \
- -I$(FIRMDIR)/common -I$(FIRMDIR)/drivers -I$(OUTDIR) -I$(BUILDDIR)
+ -I$(FIRMDIR)/common -I$(FIRMDIR)/drivers -I$(APPSDIR)/plugins/lib -I$(OUTDIR) -I$(BUILDDIR)
CFLAGS = $(INCLUDES) $(GCCOPTS) -O2 $(TARGET) $(EXTRA_DEFINES) \
-DTARGET_ID=$(TARGET_ID) -DMEM=${MEMORYSIZE} -DPLUGIN