diff options
author | Dave Chapman <dave@dchapman.com> | 2002-05-12 12:52:15 +0000 |
---|---|---|
committer | Dave Chapman <dave@dchapman.com> | 2002-05-12 12:52:15 +0000 |
commit | 87758d84e6d5ca128cf3a48a09e1c57092148579 (patch) | |
tree | 023017cbe1d398e91336318d59203bbd6dc6cd95 /uisimulator/x11/Makefile | |
parent | ef5f97b4216042121a114afd5a9f1380283fb095 (diff) |
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/Makefile | 3 |
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 version.o: $(LIBMADDIR)/version.c $(CC) $(CFLAGS) -c $< -o $@ +mpegplay.o: $(APPDIR)/common/mpegplay.c + $(CC) $(CFLAGS) -c $< -o $@ + endif menu.o: $(APPDIR)/menu.c |