summaryrefslogtreecommitdiff
path: root/graphics/mplayer-share
diff options
context:
space:
mode:
authorjmmv <jmmv>2003-08-04 11:43:47 +0000
committerjmmv <jmmv>2003-08-04 11:43:47 +0000
commit6f4af639eb57a31b36b45f5727ddae8c2d8b94ca (patch)
treeb66f50f082c79ee8860ad80a95ea4ca683080c7e /graphics/mplayer-share
parent1b8d5b74a83629a6a86ebd21683ecf2c663c7d47 (diff)
downloadpkgsrc-6f4af639eb57a31b36b45f5727ddae8c2d8b94ca.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/mplayer-share')
-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"