Skip to content

Commit 4045013

Browse files
author
Renaud Gaubert
committed
Adds support for libnvidia-opticalflow
1 parent fe20a8e commit 4045013

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/nvc_info.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,7 @@ static const char * const compute_libs[] = {
8080
static const char * const video_libs[] = {
8181
"libvdpau_nvidia.so", /* NVIDIA VDPAU ICD */
8282
"libnvidia-encode.so", /* Video encoder */
83+
"libnvidia-opticalflow.so", /* NVIDIA Opticalflow library */
8384
"libnvcuvid.so", /* Video decoder */
8485
};
8586

0 commit comments

Comments
 (0)