diff options
author | kwm <kwm@FreeBSD.org> | 2010-06-10 16:50:25 +0800 |
---|---|---|
committer | kwm <kwm@FreeBSD.org> | 2010-06-10 16:50:25 +0800 |
commit | f9ee41c15cf43aae8983f55e68e2b512543fb0ad (patch) | |
tree | 94c0073f171073824a6938e3ac443632816c95ac /multimedia | |
parent | 6bf7660b8ea54f804552ca07a1cb7af43b3c8e25 (diff) | |
download | freebsd-ports-gnome-f9ee41c15cf43aae8983f55e68e2b512543fb0ad.tar.gz freebsd-ports-gnome-f9ee41c15cf43aae8983f55e68e2b512543fb0ad.tar.zst freebsd-ports-gnome-f9ee41c15cf43aae8983f55e68e2b512543fb0ad.zip |
Only depend on webcamd for the v4l2 plugin, if we are on 8.0 or higher.
PR: ports/147742
Submitted by: Dmitry <smallcms@gmail.com>
Diffstat (limited to 'multimedia')
-rw-r--r-- | multimedia/gstreamer-plugins/Makefile.common | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/multimedia/gstreamer-plugins/Makefile.common b/multimedia/gstreamer-plugins/Makefile.common index 2ee3a61a2659..e4fcc281c4b6 100644 --- a/multimedia/gstreamer-plugins/Makefile.common +++ b/multimedia/gstreamer-plugins/Makefile.common @@ -458,7 +458,9 @@ gst_theora_DIST= base # gst_v4l2 gst_gst_v4l2_LIB_DEPENDS+= v4l2.0:${PORTSDIR}/multimedia/libv4l +.if ${OSVERSION} >= 800000 gst_gst_v4l2_RUN_DEPENDS+= webcamd:${PORTSDIR}/multimedia/webcamd +.endif gst_gst_v4l2_PLIST_FILES= ${GST_LIB_DIR}/libgstvideo4linux2.la \ ${GST_LIB_DIR}/libgstvideo4linux2.so gst_gst_v4l2_CONFIGURE_ARGS+= --enable-gst_v4l2 |