meson: Fix mplex plugin file name
Meson was creating libgstmplex2.so which didn't match the plugin name 'mplex'.
This commit is contained in:
parent
da44fea1d1
commit
99ff04447f
@ -2,7 +2,7 @@ if mjpegtools_dep.found()
|
|||||||
mplex2_dep = cxx.find_library('mplex2', required : false)
|
mplex2_dep = cxx.find_library('mplex2', required : false)
|
||||||
|
|
||||||
if mplex2_dep.found()
|
if mplex2_dep.found()
|
||||||
gstmplex2 = library('gstmplex2',
|
gstmplex2 = library('gstmplex',
|
||||||
'gstmplex.cc',
|
'gstmplex.cc',
|
||||||
'gstmplexibitstream.cc',
|
'gstmplexibitstream.cc',
|
||||||
'gstmplexjob.cc',
|
'gstmplexjob.cc',
|
||||||
|
Loading…
x
Reference in New Issue
Block a user