mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-06-07 07:58:51 +00:00
meson: mpegts: make internal mpegts lib dep depend on the enumtypes header
This commit is contained in:
parent
385a68b850
commit
db6374b308
1 changed files with 4 additions and 0 deletions
|
@ -25,6 +25,10 @@ mpegts_enums = gnome.mkenums_simple('gstmpegts-enumtypes',
|
||||||
install_header: true,
|
install_header: true,
|
||||||
install_dir : 'include/gstreamer-1.0/gst/mpegts/')
|
install_dir : 'include/gstreamer-1.0/gst/mpegts/')
|
||||||
|
|
||||||
|
mpegtsenumtypes_h = mpegts_enums[1]
|
||||||
|
|
||||||
|
gen_sources = [mpegtsenumtypes_h]
|
||||||
|
|
||||||
gstmpegts = library('gstmpegts-' + api_version,
|
gstmpegts = library('gstmpegts-' + api_version,
|
||||||
mpegts_sources, mpegts_enums,
|
mpegts_sources, mpegts_enums,
|
||||||
c_args : gst_plugins_bad_args + ['-DGST_USE_UNSTABLE_API'],
|
c_args : gst_plugins_bad_args + ['-DGST_USE_UNSTABLE_API'],
|
||||||
|
|
Loading…
Reference in a new issue