X-Git-Url: http://git.osdn.net/view?a=blobdiff_plain;f=configure.ac;h=58db5104758e2ab18e5e49fd7130d9002b359109;hb=1d04e6ca8d8d2a276341cbdc1c8b6858c803c0c0;hp=ad53d0afac1dbf2fcb84c034a2fb20d143dc990b;hpb=df544cd5a31e54d4cbd33a391795a8747ddaf789;p=android-x86%2Fhardware-intel-common-libva.git diff --git a/configure.ac b/configure.ac index ad53d0a..58db510 100644 --- a/configure.ac +++ b/configure.ac @@ -27,7 +27,7 @@ # - reset micro version to zero when minor version is incremented # - reset minor version to zero when major version is incremented m4_define([va_api_major_version], [1]) -m4_define([va_api_minor_version], [0]) +m4_define([va_api_minor_version], [1]) m4_define([va_api_micro_version], [0]) m4_define([va_api_version], @@ -84,13 +84,13 @@ m4_define([wayland_api_version], [1.11.0]) AC_PREREQ(2.57) AC_INIT([libva], [libva_version], - [https://github.com/01org/libva/issues/new], + [https://github.com/intel/libva/issues/new], [libva], - [https://github.com/01org/libva]) + [https://github.com/intel/libva]) AC_CONFIG_SRCDIR([Makefile.am]) AC_CONFIG_MACRO_DIR([m4]) -AM_INIT_AUTOMAKE([dist-bzip2]) +AM_INIT_AUTOMAKE([dist-bzip2 -Wno-portability]) AC_CONFIG_HEADERS([config.h]) m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])])