summaryrefslogtreecommitdiff
path: root/graphics
diff options
context:
space:
mode:
authorjmmv <jmmv@pkgsrc.org>2003-08-04 11:43:47 +0000
committerjmmv <jmmv@pkgsrc.org>2003-08-04 11:43:47 +0000
commitf8118306916ece253c77d0e6b4e895c6e533e426 (patch)
tree1ea4ea292dd57c5cfe420cbf22fc75106e8b310f /graphics
parent6f4da0ac96a2d41a921f528d9feed98c77afb9fe (diff)
downloadpkgsrc-f8118306916ece253c77d0e6b4e895c6e533e426.tar.gz
Remove 'faad' support from MPLAYER_DISABLE_DRIVERS. It is an input driver
needed to play files as pointed out by wiz@ (sorry for the delay) and salo@.
Diffstat (limited to 'graphics')
-rw-r--r--graphics/mplayer-share/Makefile.common5
-rw-r--r--graphics/mplayer-share/Makefile.depends5
2 files changed, 5 insertions, 5 deletions
diff --git a/graphics/mplayer-share/Makefile.common b/graphics/mplayer-share/Makefile.common
index 5de0291c4d8..3126004a239 100644
--- a/graphics/mplayer-share/Makefile.common
+++ b/graphics/mplayer-share/Makefile.common
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.36 2003/07/27 20:01:36 jmmv Exp $
+# $NetBSD: Makefile.common,v 1.37 2003/08/04 11:43:48 jmmv Exp $
#
MPLAYER_DIST_VERSION= 0.90
@@ -67,12 +67,11 @@ CONFIGURE_ARGS+= --disable-mlib
# MPLAYER_DISABLE_DRIVERS is explained.
MPLAYER_DRIVERS= arts audio/arts \
esd audio/esound \
- faad audio/faad2 \
nas audio/nas \
sdl devel/SDL
.if defined(PKGNAME) && !empty(PKGNAME:M*encoder*)
-MPLAYER_DISABLE_DRIVERS=arts esd faad nas sdl
+MPLAYER_DISABLE_DRIVERS=arts esd nas sdl
.else
BUILD_DEFS+= MPLAYER_DISABLE_DRIVERS
.endif
diff --git a/graphics/mplayer-share/Makefile.depends b/graphics/mplayer-share/Makefile.depends
index 62934c8a79e..b24db418417 100644
--- a/graphics/mplayer-share/Makefile.depends
+++ b/graphics/mplayer-share/Makefile.depends
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.depends,v 1.16 2003/07/27 20:01:36 jmmv Exp $
+# $NetBSD: Makefile.depends,v 1.17 2003/08/04 11:43:48 jmmv Exp $
#
DEPENDS+= mplayer-share>=${MPLAYER_PKG_VERSION}:../../graphics/mplayer-share
@@ -27,7 +27,8 @@ USE_X11= YES
. endif
.endfor
-.include "../../audio/libmad/buildlink2.mk"
+.include "../../audio/faad2/buildlink2.mk"
+.include "../../audio/libvorbis/buildlink2.mk"
.include "../../audio/libvorbis/buildlink2.mk"
.include "../../converters/libiconv/buildlink2.mk"
.include "../../graphics/jpeg/buildlink2.mk"