how to build one plugin in meson
Tim Müller
tim at centricular.com
Tue Feb 26 12:38:42 UTC 2019
On Tue, 2019-02-26 at 06:01 -0600, Leo.Fernando wrote:
Hi Leo,
> does not work for me. im building mpegtsdemux plugin and running this
>
> meson --auto-features=disabled -Dmpegtsdemux=enabled builddir
>
> ninja-build inside builddir is building 382 files which is not right.
> mpegtsdemux does not have more then 10files
Reason for that is that it will still build all the libs in the gst-
libs directory, for which we don't have options to disable them at the
moment. Also the mpegtsdemux plugin needs at least two libs from there
(codecparsers + mpegts lib).
Cheers
Tim
--
Tim Müller, Centricular Ltd - http://www.centricular.com
More information about the gstreamer-devel
mailing list