aboutsummaryrefslogtreecommitdiff
path: root/multimedia
diff options
context:
space:
mode:
authorChris Rees <crees@FreeBSD.org>2011-08-21 08:11:55 +0000
committerChris Rees <crees@FreeBSD.org>2011-08-21 08:11:55 +0000
commit16e23b379fed225613b5d65a96c209f6a60d1b39 (patch)
treef1b7f17731c066689c4ad3c9059edd36e6344ac3 /multimedia
parentf17498413159c268d3b39a4b0c58eb4862fe2f58 (diff)
downloadports-16e23b379fed225613b5d65a96c209f6a60d1b39.tar.gz
ports-16e23b379fed225613b5d65a96c209f6a60d1b39.zip
Notes
Diffstat (limited to 'multimedia')
-rw-r--r--multimedia/mplayer/Makefile1
-rw-r--r--multimedia/mplayer/Makefile.options2
-rw-r--r--multimedia/mplayer/Makefile.shared2
3 files changed, 5 insertions, 0 deletions
diff --git a/multimedia/mplayer/Makefile b/multimedia/mplayer/Makefile
index ba5a28d6ab14..ff6f29e19f21 100644
--- a/multimedia/mplayer/Makefile
+++ b/multimedia/mplayer/Makefile
@@ -83,6 +83,7 @@ BROKEN= Does not compile on sparc64
CONFIGURE_ARGS+= --disable-ssse3 \
--disable-directfb \
--disable-faac \
+ --disable-faad \
--disable-libdca \
--disable-twolame \
--disable-x264 \
diff --git a/multimedia/mplayer/Makefile.options b/multimedia/mplayer/Makefile.options
index 006dad0955ad..d103d1d278ea 100644
--- a/multimedia/mplayer/Makefile.options
+++ b/multimedia/mplayer/Makefile.options
@@ -4,6 +4,8 @@
# Some of the knobs are not tunable by the OPTIONS framework. These are
# explained here in detail.
#
+# $FreeBSD$
+#
# Feature options:
# These options influence some general behaviour of mplayer. Most of the featues,
# for example all the codecs, are selected via the OPTIONS framework.
diff --git a/multimedia/mplayer/Makefile.shared b/multimedia/mplayer/Makefile.shared
index a4cc4e58550d..861255f557e5 100644
--- a/multimedia/mplayer/Makefile.shared
+++ b/multimedia/mplayer/Makefile.shared
@@ -1,6 +1,8 @@
# Contains the build infrastructural definitions for both
# mplayer and mencoder....the variables that we need to set
# before we include bsd.port.pre.mk
+#
+# $FreeBSD$
MPLAYER_SNAPSHOT_DATE= 2011-03-29
MPLAYER_PORT_VERSION= 1.0.r${MPLAYER_SNAPSHOT_DATE:S/-//g}