[Bug 772688] nvenc does not build on Ubuntu 16.04 (Video Codec SDK v7)

GStreamer (GNOME Bugzilla) bugzilla at gnome.org
Mon Oct 10 12:37:06 UTC 2016


https://bugzilla.gnome.org/show_bug.cgi?id=772688

--- Comment #2 from Florent ThiƩry <florent.thiery at ubicast.eu> ---
It does work with SDK6 but custom paths have to be provided for Ubuntu. It may
be nicer if NVENCODE_LIBS was looking into /usr/lib/nvidia-361/ and CUDA should
also be looked into /usr  (which seems to be ubuntu-specific apparently)

NVENCODE_CFLAGS="-I/home/ubicast/src/nvidia_video_sdk_6.0.1/Samples/common/inc"
NVENCODE_LIBS="-L/usr/lib/nvidia-361/" ./configure --disable-gtk-doc
--with-cuda-prefix="/usr"

-- 
You are receiving this mail because:
You are the QA Contact for the bug.
You are the assignee for the bug.


More information about the gstreamer-bugs mailing list