meson: Fix mplex plugin file name

Meson was creating libgstmplex2.so which didn't match the plugin name
'mplex'.
This commit is contained in:
Nicolas Dufresne 2017-03-29 23:36:50 -04:00
parent da44fea1d1
commit 99ff04447f

View file

@ -2,7 +2,7 @@ if mjpegtools_dep.found()
mplex2_dep = cxx.find_library('mplex2', required : false)
if mplex2_dep.found()
gstmplex2 = library('gstmplex2',
gstmplex2 = library('gstmplex',
'gstmplex.cc',
'gstmplexibitstream.cc',
'gstmplexjob.cc',