mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-11 11:51:34 +00:00
6a4425e46a
Removing some copy pasted code Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/2970>
14 lines
396 B
Meson
14 lines
396 B
Meson
gsttranscoder_plugin = library('gsttranscode',
|
|
'gsttranscodeelement.c',
|
|
'gsttranscodeplugin.c',
|
|
'gsttranscodebin.c',
|
|
'gst-cpu-throttling-clock.c',
|
|
'gsturitranscodebin.c',
|
|
install : true,
|
|
dependencies : [gst_dep, gstpbutils_dep],
|
|
c_args : gst_plugins_bad_args,
|
|
include_directories : [configinc, libsinc],
|
|
install_dir : plugins_install_dir,
|
|
)
|
|
|
|
plugins += [gsttranscoder_plugin]
|