summaryrefslogtreecommitdiff
path: root/meson.build
Commit message (Collapse)AuthorAgeFilesLines
* build: respect SYSCONFDIR for libva.confJan Beich2020-10-161-2/+4
| | | | On DragonFly and FreeBSD config are installed to /usr/local/etc by default.
* libva 2.10.0.pre1Carl Zhang2020-10-151-1/+1
| | | | Signed-off-by: Carl Zhang <carl.zhang@intel.com>
* libva 2.9.0 pre1Carl Zhang2020-07-161-2/+2
| | | | Signed-off-by: Carl Zhang <carl.zhang@intel.com>
* meson: Allow for libdir and includedir to be absolute pathsMichael Weiss2020-06-051-1/+1
| | | | | | | | | | | | | | Meson allows to use absolute paths for libdir and includedir [0]. But if they're absolute paths one must not append the prefix. The join_paths() function [1] nicely supports both relative and absolute paths. This is e.g. important for Nixpkgs (i.e. Nix(OS)) where binaries and library files are usually installed under different prefixes. [0]: https://github.com/mesonbuild/meson/commit/a513bcfde613f2a0403f7b0cd34d4bd62674c1d8 [1]: https://mesonbuild.com/Reference-manual.html#join_paths Signed-off-by: Michael Weiss <dev.primeos@gmail.com>
* libva 2.8.0 pre1Carl Zhang2020-04-071-2/+2
| | | | | | Bump VA-API version to 1.8.0 pre1 and libva to 2.8.0 pre1 Signed-off-by: Carl Zhang <carl.zhang@intel.com>
* libva 2.7.0 pre1Carl Zhang2020-02-171-2/+2
| | | | | | Bump VA-API version to 1.7.0 pre1 and libva to 2.7.0 pre1 Signed-off-by: Carl Zhang <carl.zhang@intel.com>
* libva 2.6.0 pre1Carl Zhang2019-07-051-2/+2
| | | | | | Bump VA-API version to 1.6.0 pre1 and libva to 2.6.0 pre1 Signed-off-by: Carl Zhang <carl.zhang@intel.com>
* build: meson: enables va messaging and visibilityVíctor Manuel Jáquez Leal2019-03-041-0/+9
| | | | | | | | This patch syncs with the defined compiler flags in autotools: the enable of VA messaging and the compiler's support to visibility attribute. Fixes: #275
* libva 2.5.0 pre1intel2019-03-041-2/+2
| | | | | | Bump VA-API version to 1.5.0 pre1 and libva to 2.5.0 pre1 Signed-off-by: intel <carl.zhang@intel.com>
* libva 2.4.0 pre1XinfengZhang2018-10-231-2/+2
| | | | | | Bump VA-API version to 1.4.0 pre1 and libva to 2.4.0 pre1 Signed-off-by: XinfengZhang <carl.zhang@intel.com>
* libva 2.3.0 pre1XinfengZhang2018-09-301-2/+2
| | | | | | Bump VA-API version to 1.3.0 pre1 and libva to 2.3.0 Signed-off-by: XinfengZhang <carl.zhang@intel.com>
* libva 2.2.1.pre1 for developmentHaihao Xiang2018-07-051-1/+1
| | | | Signed-off-by: Haihao Xiang <haihao.xiang@intel.com>
* libva 2.2.0 pre12.2.0.pre1Haihao Xiang2018-06-271-2/+2
| | | | | | Update NEWS and Bump VA API version to 1.2.0 Signed-off-by: Haihao Xiang <haihao.xiang@intel.com>
* libva 2.1.1.pre1 for developmentXiang, Haihao2018-02-021-2/+2
| | | | Signed-off-by: Xiang, Haihao <haihao.xiang@intel.com>
* build: meson: build documentationVíctor Manuel Jáquez Leal2018-02-011-0/+6
|
* meson: Fix libtool version numberXiang, Haihao2018-02-011-2/+4
| | | | | | | | | | | | libtool uses CURRENT:REVISION:AGE for library versions and the formula for calculating the file numbers is (CURRENT-AGE).(AGE).(REVISION). To keep compatibility with libtool, meson build should follow the same formula With this fix, we will avoid https://github.com/intel/libva/issues/181 when bumping a new version Signed-off-by: Xiang, Haihao <haihao.xiang@intel.com>
* Add meson supportVíctor Manuel Jáquez Leal2018-01-021-0/+115
Fixes: #134 Signed-off-by: Víctor Manuel Jáquez Leal <vjaquez@igalia.com>