From: John Hodge Date: Mon, 17 Jun 2013 11:15:13 +0000 (+0800) Subject: Externals - Pondering mplayer X-Git-Tag: rel0.15~436 X-Git-Url: https://git.ucc.asn.au/?a=commitdiff_plain;h=8acb6e41a6a6b336751d66c081d820b742ea46ff;p=tpg%2Facess2.git Externals - Pondering mplayer --- diff --git a/Externals/mplayer/.gitignore b/Externals/mplayer/.gitignore new file mode 100644 index 00000000..10ba1407 --- /dev/null +++ b/Externals/mplayer/.gitignore @@ -0,0 +1 @@ +MPlayer-* diff --git a/Externals/mplayer/Makefile b/Externals/mplayer/Makefile new file mode 100644 index 00000000..b2f546fd --- /dev/null +++ b/Externals/mplayer/Makefile @@ -0,0 +1,15 @@ +# +# Acess2 External: mplayer +# - Makefile and patches by John Hodge (thePowersGang) +# + +DEPS := sdl12 +TARBALL_PATTERN := MPlayer-*.tar.xz +TARBALL_TO_DIR_L := %.tar.xz +TARBALL_TO_DIR_R := % +CONFIGURE_LINE = $(SDIR)/configure --cc=$(HOST)-gcc --prefix=$(PREFIX) +PATCHES := +NOBDIR = yes + +include ../common.mk +