14 lines
405 B
Makefile
14 lines
405 B
Makefile
# $NetBSD: Makefile,v 1.2 2014/08/08 21:31:08 wiz Exp $
|
|
|
|
GST_PLUGINS1_NAME= v4l2
|
|
GST_PLUGINS1_DIRS= sys/v4l2
|
|
GST_PLUGINS1_FLAGS= gst_v4l2
|
|
|
|
#ONLY_FOR_PLATFORM= NetBSD-[5-9]* Linux-* SunOS-5.11-*
|
|
# currently broken on NetBSD
|
|
ONLY_FOR_PLATFORM= Linux-* SunOS-5.11-*
|
|
|
|
.include "../../multimedia/gst-plugins1-good/Makefile.common"
|
|
|
|
.include "../../graphics/libv4l/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|