Merge branch 'v1.8-branch' into 01org--master

Conflicts:
	configure.ac
This commit is contained in:
Xiang, Haihao 2017-04-19 12:24:52 +08:00
commit 857a511cf2
3 changed files with 22 additions and 0 deletions

View File

@ -43,3 +43,7 @@ MAINTAINERCLEANFILES = \
aclocal.m4 compile config.guess config.sub \
configure depcomp install-sh ltmain.sh \
Makefile.in missing
EXTRA_DIST = \
autogen.sh \
$(NULL)

13
NEWS Normal file
View File

@ -0,0 +1,13 @@
libva-utils NEWS -- summary of changes. 2017-04-10
Copyright (C) 2009-2017 Intel Corporation
Version 1.8.1 - 10.Apr.2017
* Bump version to 1.8.1
Version 1.8.0 - 31.Mar.2017
* First release of libva-utils as a separate project
* Follows libva release versioning
* Contains all the utilities and tests for libva API
* dynamically links to libva
* building system clean ups
* test suite included using GoogleTestFramework

View File

@ -58,3 +58,8 @@ libva_display_la_LIBADD = $(libva_display_libs)
# Extra clean files so that maintainer-clean removes *everything*
MAINTAINERCLEANFILES = Makefile.in
EXTRA_DIST = \
loadsurface.h \
loadsurface_yuv.h \
$(NULL)