mirror of https://github.com/intel/libva-utils.git
Merge branch 'v1.8-branch' into 01org--master
Conflicts: configure.ac
This commit is contained in:
commit
857a511cf2
|
@ -43,3 +43,7 @@ MAINTAINERCLEANFILES = \
|
||||||
aclocal.m4 compile config.guess config.sub \
|
aclocal.m4 compile config.guess config.sub \
|
||||||
configure depcomp install-sh ltmain.sh \
|
configure depcomp install-sh ltmain.sh \
|
||||||
Makefile.in missing
|
Makefile.in missing
|
||||||
|
|
||||||
|
EXTRA_DIST = \
|
||||||
|
autogen.sh \
|
||||||
|
$(NULL)
|
||||||
|
|
|
@ -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
|
|
@ -58,3 +58,8 @@ libva_display_la_LIBADD = $(libva_display_libs)
|
||||||
|
|
||||||
# Extra clean files so that maintainer-clean removes *everything*
|
# Extra clean files so that maintainer-clean removes *everything*
|
||||||
MAINTAINERCLEANFILES = Makefile.in
|
MAINTAINERCLEANFILES = Makefile.in
|
||||||
|
|
||||||
|
EXTRA_DIST = \
|
||||||
|
loadsurface.h \
|
||||||
|
loadsurface_yuv.h \
|
||||||
|
$(NULL)
|
||||||
|
|
Loading…
Reference in New Issue