forked from len0rd/rockbox
enable mpeg playing by default under Linux
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@559 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
f07bfd0230
commit
fa299e60c9
1 changed files with 1 additions and 0 deletions
|
|
@ -46,6 +46,7 @@ ifeq ($(UNAME),Linux)
|
|||
INCLUDES += -I/usr/X11R6/include
|
||||
LIBDIRS = -L/usr/X11R6/lib
|
||||
DEFINES += -DLINUX
|
||||
MPEG_PLAY = 1
|
||||
else
|
||||
LIBDIRS =
|
||||
endif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue