Usermode/libc - Fix strchr and strrchr behavior
[tpg/acess2.git] / Externals / mplayer / Makefile
1 #
2 # Acess2 External: mplayer
3 # - Makefile and patches by John Hodge (thePowersGang)
4 #
5
6 DEPS := sdl12
7 TARBALL_PATTERN := MPlayer-*.tar.xz
8 TARBALL_TO_DIR_L := %.tar.xz
9 TARBALL_TO_DIR_R := %
10 CONFIGURE_LINE = $(SDIR)/configure --cc=$(HOST)-gcc --prefix=$(PREFIX)
11 PATCHES := 
12 NOBDIR = no
13
14 include ../common_automake.mk
15

UCC git Repository :: git.ucc.asn.au