diff options
author | wiz <wiz@pkgsrc.org> | 2014-12-01 08:25:28 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2014-12-01 08:25:28 +0000 |
commit | adec28435a13e9c3371c013ffe0f89b30fbaf9f2 (patch) | |
tree | 15b54d0e3b00a3a6278550e33109479263891fc5 /multimedia | |
parent | 9a37ccd55d02da4fb9e4bb659c8e160bfbb457d8 (diff) | |
download | pkgsrc-adec28435a13e9c3371c013ffe0f89b30fbaf9f2.tar.gz |
Remove --disable-* lines for unsupported options.
Diffstat (limited to 'multimedia')
-rw-r--r-- | multimedia/gst-plugins1-bad/Makefile.common | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/multimedia/gst-plugins1-bad/Makefile.common b/multimedia/gst-plugins1-bad/Makefile.common index 6b651cbe770..6d5fd6ae268 100644 --- a/multimedia/gst-plugins1-bad/Makefile.common +++ b/multimedia/gst-plugins1-bad/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.11 2014/11/23 15:54:00 wiz Exp $ +# $NetBSD: Makefile.common,v 1.12 2014/12/01 08:25:28 wiz Exp $ # # used by audio/gst-plugins1-dts/Makefile # used by audio/gst-plugins1-faac/Makefile @@ -15,7 +15,7 @@ GST_PLUGINS1_TYPE= bad GST_PLUGINS1_VER= 1.4.4 # Disable all drivers and features by default. -.for driver in cdaudio \ +.for driver in \ directfb \ dts \ dvb \ @@ -26,13 +26,11 @@ GST_PLUGINS1_VER= 1.4.4 hls \ libmms \ musepack \ - musicbrainz \ neon \ real \ sdl \ shm \ soundtouch \ - swfdec \ vcd \ vdpau \ xvid |