blob: e95672e34f23e5acdda138c76a481ffbb5f5569d (
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
29
30
31
32
33
34
35
36
|
# $NetBSD: Makefile.common,v 1.6 2008/08/06 18:19:45 drochner Exp $
#
GST_PLUGINS0.10_TYPE= bad
GST_PLUGINS0.10_VER= 0.10.8
# Disable all drivers and features by default.
.for driver in amrwb \
cdaudio \
dfbvideosink \
divx \
tsdec \
faac \
faad \
glsink \
gsmenc gsmdec \
ivorbisdec \
libmms \
musepack \
musicbrainz \
neonhttpsrc \
sdlvideosink sdlaudiosink \
soundtouch \
swfdec \
theoraexpdec \
v4l2src \
xvid
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"
|