12 lines
349 B
Makefile
12 lines
349 B
Makefile
# $NetBSD: Makefile,v 1.6 2020/03/08 16:50:42 wiz Exp $
|
|
|
|
GST_PLUGINS1_NAME= x264
|
|
GST_PLUGINS1_DIRS= ext/x264
|
|
|
|
PKGREVISION= 1
|
|
.include "../../multimedia/gst-plugins1-ugly/Makefile.common"
|
|
|
|
# need shared lib
|
|
BUILDLINK_API_DEPENDS.x264-devel+= x264-devel>=20071218nb1
|
|
.include "../../multimedia/x264-devel/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|