Externals - Pondering mplayer
authorJohn Hodge <[email protected]>
Mon, 17 Jun 2013 11:15:13 +0000 (19:15 +0800)
committerJohn Hodge <[email protected]>
Mon, 17 Jun 2013 11:15:13 +0000 (19:15 +0800)
Externals/mplayer/.gitignore [new file with mode: 0644]
Externals/mplayer/Makefile [new file with mode: 0644]

diff --git a/Externals/mplayer/.gitignore b/Externals/mplayer/.gitignore
new file mode 100644 (file)
index 0000000..10ba140
--- /dev/null
@@ -0,0 +1 @@
+MPlayer-*
diff --git a/Externals/mplayer/Makefile b/Externals/mplayer/Makefile
new file mode 100644 (file)
index 0000000..b2f546f
--- /dev/null
@@ -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
+

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