summaryrefslogtreecommitdiff
path: root/multimedia/gst-plugins0.10-v4l2
diff options
context:
space:
mode:
authorjakllsch <jakllsch>2011-08-06 15:19:19 +0000
committerjakllsch <jakllsch>2011-08-06 15:19:19 +0000
commit8ba0e638fe3ea9bf6f101a275fc0a1746a364d79 (patch)
tree5c05d4da704f6854639f7beb4083bf16439e1813 /multimedia/gst-plugins0.10-v4l2
parentc2523b8674aee73e37a67a575eb4971681973db1 (diff)
downloadpkgsrc-8ba0e638fe3ea9bf6f101a275fc0a1746a364d79.tar.gz
Depend on libv4l for input conversion support. Bump rev.
Diffstat (limited to 'multimedia/gst-plugins0.10-v4l2')
-rw-r--r--multimedia/gst-plugins0.10-v4l2/Makefile7
1 files changed, 6 insertions, 1 deletions
diff --git a/multimedia/gst-plugins0.10-v4l2/Makefile b/multimedia/gst-plugins0.10-v4l2/Makefile
index ca1c4868f8d..a869d9234ff 100644
--- a/multimedia/gst-plugins0.10-v4l2/Makefile
+++ b/multimedia/gst-plugins0.10-v4l2/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.4 2011/05/18 09:49:02 drochner Exp $
+# $NetBSD: Makefile,v 1.5 2011/08/06 15:19:19 jakllsch Exp $
#
GST_PLUGINS0.10_NAME= v4l2
@@ -11,4 +11,9 @@ ONLY_FOR_PLATFORM= NetBSD-[5-9]* Linux-*
.include "../../multimedia/gst-plugins0.10-good/Makefile.common"
+PKGREVISION= 1
+
+CONFIGURE_ARGS+= --with-libv4l2
+
+.include "../../graphics/libv4l/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"