mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-03-30 12:49:40 +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 = []
|
libv4l2_deps = []
|
||||||
endif
|
endif
|
||||||
|
|
||||||
gstv4l2 = library('gstv4l2',
|
gstv4l2 = library('gstvideo4linux2',
|
||||||
v4l2_sources,
|
v4l2_sources,
|
||||||
c_args : gst_plugins_good_args,
|
c_args : gst_plugins_good_args,
|
||||||
include_directories : [configinc, libsinc],
|
include_directories : [configinc, libsinc],
|
||||||
|
|
Loading…
Reference in a new issue