summaryrefslogtreecommitdiff
path: root/tools
Commit message (Collapse)AuthorAgeFilesLines
* Remove autotools buildTim-Philipp Müller2019-10-141-6/+0
|
* meson: simplify OMX extensions detectionGuillaume Desmottes2018-01-301-1/+1
| | | | | | | We are now always checking which files are present or not, even when using our internal copy of OMX, rather than hardcoding the ones present in it. https://bugzilla.gnome.org/show_bug.cgi?id=792043
* Revert "meson: use include_directories() with external OMX headers path"Nicolas Dufresne2018-01-301-1/+1
| | | | This reverts commit 9d37a92a615e54e8ee12f8c65bcfe386ec9de2d0.
* meson: use include_directories() with external OMX headers pathGuillaume Desmottes2018-01-301-1/+1
| | | | | | | | | | | It seems cleaner to use the proper meson tools to include this path rather than manually tweak the build flags. This also allows us to simplify the OMX extensions detection code. We are now always checking which files are present, even when using our internal copy of OMX, rather than hardcoding the ones present in it. https://bugzilla.gnome.org/show_bug.cgi?id=792043
* meson: add tools supportGuillaume Desmottes2017-10-191-0/+8
| | | | | | | Looks like the tools directory was left out during the initial port to meson. https://bugzilla.gnome.org/show_bug.cgi?id=789090
* omx: Use has_suffix() instead of has_prefix() for the Broadcom hackSebastian Dröge2012-12-191-1/+1
|
* tools: Add tool to list all components and their rolesSebastian Dröge2012-12-192-0/+175