diff options
author | martymac <martymac@FreeBSD.org> | 2010-10-05 13:57:28 +0800 |
---|---|---|
committer | martymac <martymac@FreeBSD.org> | 2010-10-05 13:57:28 +0800 |
commit | 23aedd0b7cf48236b56eddaaa0d487fb06245b36 (patch) | |
tree | 489dd553df5a4d5b825ea94bccc3264d98291d29 /multimedia | |
parent | f7b07f59e0ab2fdc6c2570bdfb12a7de372cadd7 (diff) | |
download | freebsd-ports-gnome-23aedd0b7cf48236b56eddaaa0d487fb06245b36.tar.gz freebsd-ports-gnome-23aedd0b7cf48236b56eddaaa0d487fb06245b36.tar.zst freebsd-ports-gnome-23aedd0b7cf48236b56eddaaa0d487fb06245b36.zip |
Remove support for deprecated libmpcdec
PR: 150510
Approved by: Thomas Zander <thomas.e.zander@googlemail.com> (maintainer),
ehaupt (mentor)
Diffstat (limited to 'multimedia')
-rw-r--r-- | multimedia/mencoder/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/multimedia/mencoder/Makefile b/multimedia/mencoder/Makefile index 91ac18d9cd17..4ecf75f59cf7 100644 --- a/multimedia/mencoder/Makefile +++ b/multimedia/mencoder/Makefile @@ -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 |