v4l2: Fix meson plugin shared object name

It didn't match between AutoMake and Meson, and the Meson name
didn't math the plugin name (video4linux2).
This commit is contained in:
Nicolas Dufresne 2017-03-17 20:58:28 -04:00
parent ba606b96d3
commit 37c491ceff

View file

@ -37,7 +37,7 @@ if cc.has_header('linux/videodev2.h') or cc.has_header('sys/videodev2.h') or cc.
libv4l2_deps = []
endif
gstv4l2 = library('gstv4l2',
gstv4l2 = library('gstvideo4linux2',
v4l2_sources,
c_args : gst_plugins_good_args,
include_directories : [configinc, libsinc],