blob: 2d339dfc07a32d5c4b91760b75df784fa602e271 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
# $NetBSD: Makefile,v 1.13 2020/11/05 09:07:25 ryoon Exp $
#
GST_PLUGINS0.10_NAME= a52
GST_PLUGINS0.10_DIRS= ext/a52dec
.include "../../multimedia/gst-plugins0.10-ugly/Makefile.common"
PKGREVISION= 6
.include "../../audio/liba52/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"
|