blob: 925fdcc379d3162923a217f8c7f5b6ec6af255ee (
plain)
1
2
3
4
5
6
7
8
9
10
|
# $NetBSD: Makefile,v 1.2 2014/08/08 21:31:07 wiz Exp $
GST_PLUGINS1_NAME= speex
GST_PLUGINS1_DIRS= ext/speex
GST_PLUGINS1_FLAGS= speex
.include "../../multimedia/gst-plugins1-good/Makefile.common"
.include "../../audio/speex/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"
|