diff options
author | drochner <drochner> | 2006-07-02 11:18:16 +0000 |
---|---|---|
committer | drochner <drochner> | 2006-07-02 11:18:16 +0000 |
commit | d92f76c8b6286e0bea3d4b1fcbbf3ab7cad403bd (patch) | |
tree | 1baee884b22933bd4aa123f8b6b5165771cbc1b4 /multimedia/gst-plugins0.10-good | |
parent | bb7c075c27888222171bfe8f04f840785dd2a224 (diff) | |
download | pkgsrc-d92f76c8b6286e0bea3d4b1fcbbf3ab7cad403bd.tar.gz |
--disable-annodex per default, saves some cycles
Diffstat (limited to 'multimedia/gst-plugins0.10-good')
-rw-r--r-- | multimedia/gst-plugins0.10-good/Makefile.common | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/multimedia/gst-plugins0.10-good/Makefile.common b/multimedia/gst-plugins0.10-good/Makefile.common index 7474cf29693..6f7b0aa92cf 100644 --- a/multimedia/gst-plugins0.10-good/Makefile.common +++ b/multimedia/gst-plugins0.10-good/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.5 2006/06/14 11:23:17 drochner Exp $ +# $NetBSD: Makefile.common,v 1.6 2006/07/02 11:18:16 drochner Exp $ # GST_PLUGINS0.10_TYPE= good @@ -7,6 +7,7 @@ GST_PLUGINS0.10_VER= 0.10.3 # Disable all drivers and features by default. .for driver in aalib \ aalibtest \ + annodex \ cairo \ cdio \ dv1394 \ |