mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-03-27 11:32:51 +00:00
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:
parent
ba606b96d3
commit
37c491ceff
1 changed files with 1 additions and 1 deletions
|
@ -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],
|
||||
|
|
Loading…
Reference in a new issue