summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorHaihao Xiang <haihao.xiang@intel.com>2018-03-14 12:45:32 +0800
committerXiang, Haihao <haihao.xiang@intel.com>2018-03-15 09:37:16 +0800
commit6286f8f80f8fb6aed56278ad82e22bfb5e5615d1 (patch)
tree4b917cfda362c29ea4d852c2e5c9d9588b074d08 /configure.ac
parent7c5820d07db4c686be0866e17d27c1e798f784f0 (diff)
downloadlibva-intel-driver-6286f8f80f8fb6aed56278ad82e22bfb5e5615d1.tar.gz
Use the new link URLs
We moved libva from github/01org to github/intel, however some files still have links to the old 01org URLs, this commit updates these links to the new intel URLs. In addition, this commit added a contact email address for security issue reporting This fixes https://github.com/intel/intel-vaapi-driver/issues/364 Signed-off-by: Haihao Xiang <haihao.xiang@intel.com>
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac
index 9a44c519..795d36ab 100644
--- a/configure.ac
+++ b/configure.ac
@@ -22,9 +22,9 @@ m4_define([wayland_api_version], [1.11.0])
AC_PREREQ([2.57])
AC_INIT([intel_vaapi_driver],
[intel_vaapi_driver_version],
- [https://github.com/01org/intel-vaapi-driver/issues/new],
+ [https://github.com/intel/intel-vaapi-driver/issues/new],
[intel-vaapi-driver],
- [https://github.com/01org/intel-vaapi-driver])
+ [https://github.com/intel/intel-vaapi-driver])
AC_CONFIG_SRCDIR([Makefile.am])
AM_INIT_AUTOMAKE([1.9 tar-ustar -Wno-portability foreign])