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:
parent
f174984131
commit
16e23b379f
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=280114
@ -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 \
|
||||
|
@ -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.
|
||||
|
@ -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}
|
||||
|
Loading…
Reference in New Issue
Block a user