blob: ffd2e7443ffbca2720e1d8f879878c49b4512f89 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
# $NetBSD: Makefile,v 1.1 2012/11/29 08:44:29 ryoon 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"
|