diff options
author | wiz <wiz@pkgsrc.org> | 2014-08-07 20:03:41 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2014-08-07 20:03:41 +0000 |
commit | 052fa850be7aa59a81add33e97d288d73a47ea3f (patch) | |
tree | cfbb9b95defcbba95ecb96234a24cf7831175c0b | |
parent | 0ba0223613041a8760e03c59e4c689c28f284aeb (diff) | |
download | pkgsrc-052fa850be7aa59a81add33e97d288d73a47ea3f.tar.gz |
Remove code disabling some drivers that are not here any longer.
-rw-r--r-- | multimedia/gst-plugins0.10-bad/Makefile.common | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/multimedia/gst-plugins0.10-bad/Makefile.common b/multimedia/gst-plugins0.10-bad/Makefile.common index fc0f9a92632..e534c11222a 100644 --- a/multimedia/gst-plugins0.10-bad/Makefile.common +++ b/multimedia/gst-plugins0.10-bad/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.32 2012/02/28 18:34:14 drochner Exp $ +# $NetBSD: Makefile.common,v 1.33 2014/08/07 20:03:41 wiz Exp $ # # used by audio/gst-plugins0.10-dts/Makefile # used by audio/gst-plugins0.10-faac/Makefile @@ -14,18 +14,15 @@ GST_PLUGINS0.10_TYPE= bad GST_PLUGINS0.10_VER= 0.10.23 # Disable all drivers and features by default. -.for driver in amrwb \ - cdaudio \ +.for driver in cdaudio \ directfb \ dts \ dvb \ - dvdnav \ divx \ faac \ faad \ fbdev \ gsm \ - ivorbis \ libmms \ musepack \ musicbrainz \ @@ -35,7 +32,6 @@ GST_PLUGINS0.10_VER= 0.10.23 shm \ soundtouch \ swfdec \ - theoradec \ vcd \ vdpau \ xvid |