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

@ -31,7 +31,7 @@
#include "id3.h" #include "id3.h"
#ifdef MPEG_PLAY #ifdef MPEG_PLAY
#include "x11/mpegplay.h" #include "common/mpegplay.h"
#endif #endif
#define LINE_Y 1 /* initial line */ #define LINE_Y 1 /* initial line */

View file

@ -111,6 +111,9 @@ timer.o: $(LIBMADDIR)/timer.c
version.o: $(LIBMADDIR)/version.c version.o: $(LIBMADDIR)/version.c
$(CC) $(CFLAGS) -c $< -o $@ $(CC) $(CFLAGS) -c $< -o $@
mpegplay.o: $(APPDIR)/common/mpegplay.c
$(CC) $(CFLAGS) -c $< -o $@
endif endif
menu.o: $(APPDIR)/menu.c menu.o: $(APPDIR)/menu.c