summaryrefslogtreecommitdiff
path: root/multimedia/gst-plugins0.10-base/Makefile.common
blob: 99a126bdb4c8a69aef33832575ea4d17e9fadbd2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
# $NetBSD: Makefile.common,v 1.16 2008/08/06 18:07:06 drochner Exp $
#

GST_PLUGINS0.10_TYPE=	base
GST_PLUGINS0.10_VER=	0.10.20
BUILDLINK_API_DEPENDS.gstreamer0.10+= gstreamer0.10>=0.10.20

# Disable all drivers and features by default.
.for driver in	alsa \
		cdparanoia \
		freetypetest \
		gio \
		gnome_vfs \
		gst_v4l \
		libvisual \
		ogg \
		oggtest \
		pango \
		theora \
		vorbis \
		vorbistest \
		x \
		xshm \
		xvideo
CONFIGURE_ARGS+=	--disable-${driver}
.endfor

.include "plugins.mk"