summaryrefslogtreecommitdiff
path: root/meson_options.txt
AgeCommit message (Collapse)AuthorFilesLines
2019-05-13docs: Port documentation to hotdocThibault Saunier1-0/+2
2018-09-19meson: add glib-checks option to disable API guards and suchTim-Philipp Müller1-0/+2
We want this enabled by default, also in releases, but people may want to disable this for performance-critical workloads or on embedded devices.
2018-09-19meson: fix missing closing bracket in option descriptionsTim-Philipp Müller1-2/+2
2018-08-18meson: add option to disable testsTim-Philipp Müller1-0/+1
2018-08-18meson: add options to disable gobject cast checks and glib assertsTim-Philipp Müller1-1/+7
... and define G_DISABLE_DEPRECATED for development versions, like we do in autotools.
2018-07-27Add feature options for all pluginsNirbheek Chauhan1-0/+18
The only automagic dependency left is C++ availability detection. https://bugzilla.gnome.org/show_bug.cgi?id=795107
2018-07-25meson: Convert common options to feature optionsNirbheek Chauhan1-2/+2
The rest will be converted later, these are necessary for gst-build to set options correctly. https://bugzilla.gnome.org/show_bug.cgi?id=795107
2018-05-21meson: add 'nls' option to disable translationsTim-Philipp Müller1-0/+2
And enable by default. Was implicitly disabled because ENABLE_NLS was not defined. Also use .set_quoted().
2018-05-05meson: Update option names to omit disable_ and with- prefixesNirbheek Chauhan1-2/+4
Also yield common options to the outer project (gst-build in our case) so that they don't have to be set manually.
2017-05-20meson: add options to set package name and originTim-Philipp Müller1-2/+6
https://bugzilla.gnome.org/show_bug.cgi?id=782172
2016-11-14x264enc: Add configure parameter to specify additional x264 libraries with ↵Sebastian Dröge1-0/+2
e.g. different depth configuration x264 has to be compiled specifically for a target bit depth. Distributions currently ship various libraries in their packages, with different bit depths. This change now allows to provide them all at configure time and have the x264enc element dynamically switch between them based on the bit depth of the input format. https://bugzilla.gnome.org/show_bug.cgi?id=763297