~thong-u/unoptimized/+git/libva:v2.1-branch

Last commit made on 2018-02-12
Get this branch:
git clone -b v2.1-branch https://git.launchpad.net/~thong-u/unoptimized/+git/libva

Branch merges

Branch information

Name:
v2.1-branch
Repository:
lp:~thong-u/unoptimized/+git/libva

Recent commits

417b018... by Haihao Xiang <email address hidden>

libva 2.1.0

Signed-off-by: Haihao Xiang <email address hidden>

e812daf... by "Xiang, Haihao" <email address hidden>

libva 2.1.0.pre1

Bump VA-API version to 1.1.0

Signed-off-by: Xiang, Haihao <email address hidden>

9b4033f... by vjaquez

Fix broken 'make distclean'

There is an error below when running 'make distclean':

Makefile:496: ../drm/.deps/va_drm_utils.Plo: No such file or directory
make[2]: *** No rule to make target '../drm/.deps/va_drm_utils.Plo'.
Stop.

The regression is caused by f17486f which added subdir-objects to
AM_INIT_AUTOMAKE.

This patch comes from
https://github.com/intel/libva/pull/172#issuecomment-362182959

Signed-off-by: Víctor Manuel Jáquez Leal <email address hidden>
Signed-off-by: Xiang, Haihao <email address hidden>

2e41bfd... by vjaquez

build: meson: build documentation

fc20e7c... by vjaquez

build: enable out-of-source building

4c03865... by vjaquez

build: clean generated documentation

Add to the clean target the removal of the generated documentation.

Also use $(RM) for calling the command rm, which is a bit more
portable.

fe04a97... by vjaquez

build: use condititional doc generation

Instead of using conditional compilation for generarte documentation,
this patch will block parsing Makefile in doc subdirectory if the
documentation is not enabled.

This patch will make compilation a bit faster when documentation is
not generated.

8f6a550... by vjaquez

doc: don't generate latex

Since they are not handled by the install target

da5a08b... by vjaquez

doc: use Doxyfile template

Instead of passing environment variables to the Doxygen process,
Doxyfile will be autogenerated from Doxyfile.in template.

e2f24a6... by "Xiang, Haihao" <email address hidden>

meson: Fix libtool version number

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 <email address hidden>