diff options
author | riastradh <riastradh@pkgsrc.org> | 2013-01-16 18:07:08 +0000 |
---|---|---|
committer | riastradh <riastradh@pkgsrc.org> | 2013-01-16 18:07:08 +0000 |
commit | 00104e7fbfadfccffbe1896ead5e2bd62decee76 (patch) | |
tree | 33b70d649d246e3005425c1d5ad23648700303d6 /multimedia | |
parent | bc8521a1b3fbfd03555b0e0761f4ab82d8d9e46e (diff) | |
download | pkgsrc-00104e7fbfadfccffbe1896ead5e2bd62decee76.tar.gz |
Remove mplayer-real and mplayer-win32 from suggested options.
These pull in proprietary binary blobs which make mplayer fail by
default on, e.g., i386.
Diffstat (limited to 'multimedia')
-rw-r--r-- | multimedia/mplayer-share/options.mk | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/multimedia/mplayer-share/options.mk b/multimedia/mplayer-share/options.mk index d7b9666e839..5d2768cc2c4 100644 --- a/multimedia/mplayer-share/options.mk +++ b/multimedia/mplayer-share/options.mk @@ -1,4 +1,4 @@ -# $NetBSD: options.mk,v 1.48 2012/12/02 01:33:52 cheusov Exp $ +# $NetBSD: options.mk,v 1.49 2013/01/16 18:07:08 riastradh Exp $ .if defined(PKGNAME) && empty(PKGNAME:Mmplayer-share*) @@ -93,8 +93,8 @@ PKG_SUPPORTED_OPTIONS+= xvid .for o in cdparanoia dv esound gif jpeg \ dvdread dvdnav \ - lame mad mplayer-menu mplayer-real \ - mplayer-default-cflags mplayer-runtime-cpudetection mplayer-win32 \ + lame mad mplayer-menu \ + mplayer-default-cflags mplayer-runtime-cpudetection \ nas oss pulseaudio png sdl theora vorbis x264 xvid vdpau lirc . if !empty(PKG_SUPPORTED_OPTIONS:M${o}) PKG_SUGGESTED_OPTIONS+= ${o} |