Trying to compile mpd source from
pocketbook-free
I'm not that familiar with make files but here's what I've got this far:
mpd.mk
Code:
Sources += bstdfile.c madlld.c
Makefile
Code:
OUT = mpd
VPATH += lib src
LIBS += libmad.a
include /usr/local/pocketbook/common.mk
Still I'm getting errors, can anyone please help ?