summaryrefslogtreecommitdiff
path: root/uisimulator/x11/Makefile
diff options
context:
space:
mode:
authorDave Chapman <dave@dchapman.com>2002-05-12 12:52:15 +0000
committerDave Chapman <dave@dchapman.com>2002-05-12 12:52:15 +0000
commit87758d84e6d5ca128cf3a48a09e1c57092148579 (patch)
tree023017cbe1d398e91336318d59203bbd6dc6cd95 /uisimulator/x11/Makefile
parentef5f97b4216042121a114afd5a9f1380283fb095 (diff)
downloadrockbox-87758d84e6d5ca128cf3a48a09e1c57092148579.tar.gz
rockbox-87758d84e6d5ca128cf3a48a09e1c57092148579.zip
moved mpeg decoder to common
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@554 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'uisimulator/x11/Makefile')
-rw-r--r--uisimulator/x11/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/uisimulator/x11/Makefile b/uisimulator/x11/Makefile
index 6bbebd6c5d..b73fd08bf3 100644
--- a/uisimulator/x11/Makefile
+++ b/uisimulator/x11/Makefile
@@ -111,6 +111,9 @@ timer.o: $(LIBMADDIR)/timer.c
111version.o: $(LIBMADDIR)/version.c 111version.o: $(LIBMADDIR)/version.c
112 $(CC) $(CFLAGS) -c $< -o $@ 112 $(CC) $(CFLAGS) -c $< -o $@
113 113
114mpegplay.o: $(APPDIR)/common/mpegplay.c
115 $(CC) $(CFLAGS) -c $< -o $@
116
114endif 117endif
115 118
116menu.o: $(APPDIR)/menu.c 119menu.o: $(APPDIR)/menu.c