summaryrefslogtreecommitdiff
path: root/multimedia/mencoder
diff options
context:
space:
mode:
authorjmmv <jmmv@pkgsrc.org>2005-06-01 18:45:45 +0000
committerjmmv <jmmv@pkgsrc.org>2005-06-01 18:45:45 +0000
commitcbe4100202b9718cb94a2b01bed579f5075e3f86 (patch)
tree1541b2d5b7427ec71134f81983f8f5194ef3e5f7 /multimedia/mencoder
parentb88e551f4e5d2a62be2f8bfdafb95bd91f162a41 (diff)
downloadpkgsrc-cbe4100202b9718cb94a2b01bed579f5075e3f86.tar.gz
Convert the mplayer* and mencoder* packages to the options framework.
This means that the MPLAYER_ENABLE_RUNTIME_CPU_DETECTION, MPLAYER_DISABLE_DRIVERS and MPLAYER_USE_MEDIALIB become deprecated (although still recognized). Visible changes in the resulting binary packages should be minimum by default (everything that was enabled before still is, and the same dependencies are kept). A notable addition, though, is the support for user-defined menus, closing PR pkg/29784. Also note that (almost) all dependencies have now a corresponding option to disable them in case you want to get a minimalist mplayer package. 'make show-options' is your friend ;) With thanks to wiz@ and dillo@ for their comments and help.
Diffstat (limited to 'multimedia/mencoder')
-rw-r--r--multimedia/mencoder/Makefile4
1 files changed, 1 insertions, 3 deletions
diff --git a/multimedia/mencoder/Makefile b/multimedia/mencoder/Makefile
index b986d30a410..96a7e2f1c15 100644
--- a/multimedia/mencoder/Makefile
+++ b/multimedia/mencoder/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.19 2005/04/18 17:49:41 drochner Exp $
+# $NetBSD: Makefile,v 1.20 2005/06/01 18:45:46 jmmv Exp $
PKGNAME= mencoder-${MPLAYER_PKG_VERSION}
@@ -24,7 +24,5 @@ do-install:
.include "../../multimedia/mplayer-share/Makefile.depends"
-.include "../../audio/lame/buildlink3.mk"
-
.include "../../mk/bsd.pkg.mk"
.include "../../multimedia/mplayer-share/Makefile.cflags"