diff options
author | mm <mm@FreeBSD.org> | 2010-04-25 16:29:23 +0800 |
---|---|---|
committer | mm <mm@FreeBSD.org> | 2010-04-25 16:29:23 +0800 |
commit | b43c4ddb715caa37f683248f3865b690a2b86a67 (patch) | |
tree | 6d7d180c240dc5f3757402f5c9898e2abce600d4 /multimedia/mencoder | |
parent | 1e9fd0a0e2c53e84ddf48611f375a1b4ee119b1d (diff) | |
download | freebsd-ports-gnome-b43c4ddb715caa37f683248f3865b690a2b86a67.tar.gz freebsd-ports-gnome-b43c4ddb715caa37f683248f3865b690a2b86a67.tar.zst freebsd-ports-gnome-b43c4ddb715caa37f683248f3865b690a2b86a67.zip |
- Remove libdts support (this is now done by ffmpeg) [1]
- Fix libcdio dependency [2]
Reported by: naddy [1] (private e-mail)
Submitted by: Thomas Zander [1] [2] (maintainer, private e-mail)
Diffstat (limited to 'multimedia/mencoder')
-rw-r--r-- | multimedia/mencoder/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/multimedia/mencoder/Makefile b/multimedia/mencoder/Makefile index 6e8a950b5ae7..a0bfc52fa0c4 100644 --- a/multimedia/mencoder/Makefile +++ b/multimedia/mencoder/Makefile @@ -6,6 +6,7 @@ PORTNAME= mencoder PORTVERSION= ${MPLAYER_PORT_VERSION} +PORTREVISION= 1 COMMENT= Convenient video file and movie encoder NO_PACKAGE= Port has restricted dependencies @@ -25,7 +26,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+= DTS "Enable DTS audio codec support" on OPTIONS+= LIBMPCDEC "Enable libmpcdec support" off OPTIONS+= FAAC "Enable FAAC audio codec support" off OPTIONS+= LADSPA "Enable LADSPA plugin support" off @@ -65,6 +65,7 @@ BUILD_DEPENDS+= mplayer:${PORTSDIR}/multimedia/mplayer RUN_DEPENDS+= mplayer:${PORTSDIR}/multimedia/mplayer CONFIGURE_ARGS+= --disable-mplayer \ + --disable-libdca \ --disable-x11 \ --disable-vdpau \ --disable-fontconfig \ |