diff options
author | makc <makc@FreeBSD.org> | 2010-09-25 03:10:02 +0800 |
---|---|---|
committer | makc <makc@FreeBSD.org> | 2010-09-25 03:10:02 +0800 |
commit | a2b79544d6eb96773d6e365426915403fa0d1417 (patch) | |
tree | 848d9c222842ec898fba0b439821f39048d38a6e /multimedia/gstreamer-plugins | |
parent | 79100d4385e295a3d86e0bec07a055734344c5cf (diff) | |
download | freebsd-ports-gnome-a2b79544d6eb96773d6e365426915403fa0d1417.tar.gz freebsd-ports-gnome-a2b79544d6eb96773d6e365426915403fa0d1417.tar.zst freebsd-ports-gnome-a2b79544d6eb96773d6e365426915403fa0d1417.zip |
Switch libvdpau dependency from x11/nvidia-driver to multimedia/libvdpau
PR: ports/150383
Submitted by: Anonymous <swell.k at gmail.com>
Approved by: multimedia (kwm@)
Diffstat (limited to 'multimedia/gstreamer-plugins')
-rw-r--r-- | multimedia/gstreamer-plugins/Makefile.common | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/multimedia/gstreamer-plugins/Makefile.common b/multimedia/gstreamer-plugins/Makefile.common index b0b59fd8b5cc..1037758de23d 100644 --- a/multimedia/gstreamer-plugins/Makefile.common +++ b/multimedia/gstreamer-plugins/Makefile.common @@ -527,7 +527,7 @@ gst_gst_v4l2_GST_PLUGIN_DIR=sys/v4l2 gst_gst_v4l2_DIST= good # vdpau -gst_vdpau_LIB_DEPENDS+= vdpau.1:${PORTSDIR}/x11/nvidia-driver +gst_vdpau_LIB_DEPENDS+= vdpau.1:${PORTSDIR}/multimedia/libvdpau gst_vdpau_GST_PLUGIN_DIR=sys/vdpau gst_vdpau_PLIST_FILES= ${GST_INC_DIR}/gst/vdpau/gstvdp.h \ ${GST_INC_DIR}/gst/vdpau/gstvdpbuffer.h \ |