summaryrefslogtreecommitdiff
path: root/multimedia/mplayer-share/Makefile.common
diff options
context:
space:
mode:
authorsalo <salo>2004-07-20 22:04:44 +0000
committersalo <salo>2004-07-20 22:04:44 +0000
commitc877a940d82a90c6a400d3587be9cea3cdb391d3 (patch)
treef11c6ae6035bdd4d0ea63a4f37910e630ea07bea /multimedia/mplayer-share/Makefile.common
parent8ed8052ca6fbf3ff27612b5f3d03eacaff352ba3 (diff)
downloadpkgsrc-c877a940d82a90c6a400d3587be9cea3cdb391d3.tar.gz
Remove external Matroska support from mplayer packages.
The new internal demuxer is the only one supported now, works better and support for the external one will be removed in next releases.
Diffstat (limited to 'multimedia/mplayer-share/Makefile.common')
-rw-r--r--multimedia/mplayer-share/Makefile.common5
1 files changed, 2 insertions, 3 deletions
diff --git a/multimedia/mplayer-share/Makefile.common b/multimedia/mplayer-share/Makefile.common
index 9c7ccf49d04..7caa590e94c 100644
--- a/multimedia/mplayer-share/Makefile.common
+++ b/multimedia/mplayer-share/Makefile.common
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.15 2004/07/17 19:06:36 wiz Exp $
+# $NetBSD: Makefile.common,v 1.16 2004/07/20 22:04:44 salo Exp $
#
MPLAYER_DIST_VERSION= 1.0pre5
@@ -81,7 +81,6 @@ CONFIGURE_ARGS+= --disable-mlib
# MPLAYER_DISABLE_DRIVERS is explained.
MPLAYER_DRIVERS= arts audio/arts arts \
esd audio/esound esd \
- matroska multimedia/libmatroska external-matroska \
nas audio/nas nas \
sdl devel/SDL sdl
@@ -91,7 +90,7 @@ MPLAYER_DISABLE_DRIVERS+= arts
.endif
.if defined(PKGNAME) && !empty(PKGNAME:M*encoder*)
-MPLAYER_DISABLE_DRIVERS=arts esd matroska nas sdl
+MPLAYER_DISABLE_DRIVERS=arts esd nas sdl
.else
BUILD_DEFS+= MPLAYER_DISABLE_DRIVERS
.endif