summaryrefslogtreecommitdiff
path: root/multimedia/gst-plugins/Makefile.common
diff options
context:
space:
mode:
Diffstat (limited to 'multimedia/gst-plugins/Makefile.common')
-rw-r--r--multimedia/gst-plugins/Makefile.common33
1 files changed, 21 insertions, 12 deletions
diff --git a/multimedia/gst-plugins/Makefile.common b/multimedia/gst-plugins/Makefile.common
index 778415d7528..2ee9fe9b5bd 100644
--- a/multimedia/gst-plugins/Makefile.common
+++ b/multimedia/gst-plugins/Makefile.common
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.13 2005/01/06 11:25:10 jmmv Exp $
+# $NetBSD: Makefile.common,v 1.14 2005/01/13 12:56:31 jmmv Exp $
#
DISTNAME= gst-plugins-0.8.7
@@ -23,11 +23,7 @@ USE_GNU_TOOLS+= make
USE_LIBTOOL= yes
USE_PKGLOCALEDIR= yes
-CONFIGURE_ARGS+= --disable-gconf
-CONFIGURE_ARGS+= --disable-gconftool
-CONFIGURE_ARGS+= --disable-x
-CONFIGURE_ARGS+= --disable-xshm
-CONFIGURE_ARGS+= --disable-xvideo
+CONFIGURE_ARGS+= --disable-docs-build
CONFIGURE_ARGS+= --disable-examples
CONFIGURE_ARGS+= --disable-tests
@@ -38,7 +34,7 @@ CONFIGURE_ARGS+= --disable-tests
CONFIGURE_ENV+= have_func=no
.endif
-# Disable all drivers by default.
+# Disable all drivers and features by default.
.for driver in a52dec \
aalib \
aalibtest \
@@ -47,11 +43,16 @@ CONFIGURE_ENV+= have_func=no
artsc \
artstest \
audiofile \
+ audioresample \
+ cairo \
+ cdaudio \
cdparanoia \
cdrom \
dirac \
+ directfb \
divx \
dts \
+ dv1394 \
dvdnav \
dvdread \
dxr3 \
@@ -61,14 +62,17 @@ CONFIGURE_ENV+= have_func=no
faad \
flac \
freetypetest \
+ gconf \
+ gconftool \
gdk_pixbuf \
gnome_vfs \
gsm \
+ gst_v4l \
+ gst_v4l2 \
hermes \
ivorbis \
jack \
jpeg \
- kio \
ladspa \
lame \
lcs \
@@ -77,7 +81,8 @@ CONFIGURE_ENV+= have_func=no
libfame \
libfametest \
libmikmodtest \
- libpng \
+ libmms \
+ libmng \
libpng \
librfb \
libvisual \
@@ -86,13 +91,17 @@ CONFIGURE_ENV+= have_func=no
mpeg2dec \
mpeg2enc \
mplex \
+ musepack \
musicbrainz \
nas \
ogg \
oggtest \
+ opengl \
oss \
osx_audio \
+ osx_video \
pango \
+ polyp \
qcam \
raw1394 \
sdl \
@@ -108,12 +117,12 @@ CONFIGURE_ENV+= have_func=no
swfdec \
tarkin \
theora \
- v4l \
- v4l2 \
vcd \
vorbis \
vorbistest \
- xvid
+ x \
+ xshm \
+ xvideo
CONFIGURE_ARGS+= --disable-${driver}
.endfor
.undef driver