mirror of
https://git.freebsd.org/ports.git
synced 2025-07-17 01:09:24 -04:00
Remove support for deprecated libmpcdec
PR: 150510 Approved by: Thomas Zander <thomas.e.zander@googlemail.com> (maintainer), ehaupt (mentor)
This commit is contained in:
parent
91cf5dac1e
commit
2e907e34d2
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=262415
1 changed files with 3 additions and 3 deletions
|
@ -6,7 +6,7 @@
|
|||
|
||||
PORTNAME= mencoder
|
||||
PORTVERSION= ${MPLAYER_PORT_VERSION}
|
||||
PORTREVISION= 1
|
||||
PORTREVISION= 2
|
||||
COMMENT= Convenient video file and movie encoder
|
||||
RESTRICTED= Port has restricted dependencies
|
||||
|
||||
|
@ -27,7 +27,6 @@ OPTIONS+= LIBDV "Enable libdv support" off
|
|||
OPTIONS+= MAD "Enable mad MPEG audio engine support" off
|
||||
OPTIONS+= AMR "Enable opencore AMR audio codec support" off
|
||||
OPTIONS+= TWOLAME "Enable twolame MPEG audio codec support" off
|
||||
OPTIONS+= LIBMPCDEC "Enable libmpcdec support" off
|
||||
OPTIONS+= FAAC "Enable FAAC audio codec support" off
|
||||
OPTIONS+= LADSPA "Enable LADSPA plugin support" off
|
||||
OPTIONS+= SPEEX "Enable speex audio codec support" off
|
||||
|
@ -79,7 +78,8 @@ CONFIGURE_ARGS+= --disable-mplayer \
|
|||
--disable-aa \
|
||||
--disable-joystick \
|
||||
--disable-directfb \
|
||||
--disable-ssse3
|
||||
--disable-ssse3 \
|
||||
--disable-musepack
|
||||
|
||||
ALL_TARGET= mencoder
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue