Skip to content

Commit

Permalink
Added missing libva dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
elFarto committed Feb 14, 2022
1 parent 4ed1711 commit df18c2e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ dl_dep = cc.find_library('dl', required : false)
egl_dep = cc.find_library('EGL')
gst_codecs_deps = dependency('gstreamer-codecparsers-1.0')
ffnvcodec_deps = dependency('ffnvcodec', version: '>= 11.1.5.1')
libva_deps = dependency('libva')

shared_library(
'nvidia_drv_video',
Expand All @@ -36,6 +37,7 @@ shared_library(
'src/vp9.c',
],
dependencies: [
libva_deps,
ffnvcodec_deps,
gst_codecs_deps,
egl_dep,
Expand Down

0 comments on commit df18c2e

Please sign in to comment.