1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-22 04:17:44 +00:00

- As discussed with maintainer, disable linking to external faad.

- While here, add $FreeBSD$ to other Makefiles

PR:		ports/158501
Submitted by:	David Demelier <demelier.david@gmail.com>
Reviewed by:	Thomas Zander <riggs@rrr.de> (maintainer), naddy
Approved by:	Thomas Zander <riggs@rrr.de> (maintainer)
This commit is contained in:
Chris Rees 2011-08-21 08:11:55 +00:00
parent f174984131
commit 16e23b379f
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=280114
3 changed files with 5 additions and 0 deletions

View File

@ -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 \

View File

@ -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.

View File

@ -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}