blob: 8519e04738bfc0055d8670fcda2bac89c8ce009c (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
# $NetBSD: Makefile,v 1.12 2012/09/15 10:03:38 obache Exp $
#
GST_PLUGINS0.10_NAME= speex
GST_PLUGINS0.10_DIRS= ext/speex
GST_PLUGINS0.10_FLAGS= speex
PKGREVISION= 2
.include "../../multimedia/gst-plugins0.10-good/Makefile.common"
.include "../../audio/speex/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"
|