moved mpeg decoder to common

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@554 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Dave Chapman 2002-05-12 12:52:15 +00:00
parent ef5f97b421
commit 87758d84e6
4 changed files with 4 additions and 1 deletions

View file

@ -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