mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-23 02:01:12 +00:00
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
1 changed files with 1 additions and 1 deletions
|
@ -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',
|
||||
|
|
Loading…
Reference in a new issue