mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-24 01:00:37 +00:00
meson: delete unused variable
This commit is contained in:
parent
ca89302234
commit
58a2b5ab27
1 changed files with 0 additions and 1 deletions
|
@ -39,7 +39,6 @@ gstcontroller_c = custom_target('gstcontrollerenum_c',
|
|||
input : controller_mkenum_headers,
|
||||
depends : [gstcontroller_h],
|
||||
command : [mkenums, glib_mkenums, '@OUTPUT@', '@INPUT@'])
|
||||
controller_gen_sources = [gstcontroller_h]
|
||||
|
||||
if libtype != 'shared'
|
||||
gst_controller_static = static_library('gstcontroller-@0@'.format(apiversion),
|
||||
|
|
Loading…
Reference in a new issue