summaryrefslogtreecommitdiff
path: root/multimedia/gst-plugins0.10-ugly/Makefile.common
blob: c443c233b927c7534ad6105b003cd83602ca1ff6 (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
# $NetBSD: Makefile.common,v 1.1.1.1 2006/04/08 11:42:37 jmmv Exp $
#

GST_PLUGINS0.10_TYPE=	ugly
GST_PLUGINS0.10_VER=	0.10.3

# Disable all drivers and features by default.
.for driver in	a52dec \
		amrnb \
		dvdread \
		dvdnav \
		lame \
		id3tag \
		mad \
		mpeg2dec \
		sidplay
CONFIGURE_ARGS+=	--disable-${driver}
.endfor

BUILDLINK_API_DEPENDS.gstreamer0.10+=	gstreamer0.10>=0.10.3
BUILDLINK_API_DEPENDS.gst-plugins0.10-base+=	gst-plugins0.10-base>=0.10.3

.include "../../multimedia/gst-plugins0.10-base/plugins.mk"

.include "../../multimedia/gst-plugins0.10-base/buildlink3.mk"