diff options
author | jmmv <jmmv> | 2004-07-04 15:54:51 +0000 |
---|---|---|
committer | jmmv <jmmv> | 2004-07-04 15:54:51 +0000 |
commit | 7d69cd9b92577ee102722ce57a5dd851a69b288a (patch) | |
tree | 2ffaaf32882ce5c92292ee28eec82d9bb4313df0 /multimedia | |
parent | 2ef91e81d6568bd81cd3ddb1d0831b7a8e3b3940 (diff) | |
download | pkgsrc-7d69cd9b92577ee102722ce57a5dd851a69b288a.tar.gz |
Explicitly disable the dirac and kio plugins.
Diffstat (limited to 'multimedia')
-rw-r--r-- | multimedia/gst-plugins/Makefile.common | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/multimedia/gst-plugins/Makefile.common b/multimedia/gst-plugins/Makefile.common index 5c712c16025..b8ae8e53b2f 100644 --- a/multimedia/gst-plugins/Makefile.common +++ b/multimedia/gst-plugins/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.6 2004/06/28 17:45:56 jmmv Exp $ +# $NetBSD: Makefile.common,v 1.7 2004/07/04 15:54:51 jmmv Exp $ # DISTNAME= gst-plugins-0.8.2 @@ -41,6 +41,7 @@ CONFIGURE_ARGS+= --disable-tests audiofile \ cdparanoia \ cdrom \ + dirac \ divx \ dts \ dvdnav \ @@ -59,6 +60,7 @@ CONFIGURE_ARGS+= --disable-tests ivorbis \ jack \ jpeg \ + kio \ ladspa \ lame \ lcs \ |