mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-12-09 13:15:18 -05:00
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:
parent
ef5f97b421
commit
87758d84e6
4 changed files with 4 additions and 1 deletions
|
|
@ -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 */
|
||||||
|
|
|
||||||
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue