• R/O
  • HTTP
  • SSH
  • HTTPS

Commit

Tags
No Tags

Frequently used words (click to add to your profile)

javac++androidlinuxc#windowsobjective-ccocoa誰得qtpythonphprubygameguibathyscaphec計画中(planning stage)翻訳omegatframeworktwitterdomtestvb.netdirectxゲームエンジンbtronarduinopreviewer

hardware/intel/common/libva


Commit MetaInfo

Revisióna84e59cd1216c183e771d1eb05a57758be168720 (tree)
Tiempo2017-02-01 13:41:14
AutorSean V Kelley <seanvk@post...>
CommiterSean V Kelley

Log Message

config: Updated AC_INIT for github

Signed-off-by: Sean V Kelley <seanvk@posteo.de>

Cambiar Resumen

Diferencia incremental

--- a/configure.ac
+++ b/configure.ac
@@ -81,7 +81,12 @@ m4_define([libdrm_version], [2.4])
8181 m4_define([wayland_api_version], [1.0.0])
8282
8383 AC_PREREQ(2.57)
84-AC_INIT([libva], [libva_version], [waldo.bastian@intel.com], libva)
84+AC_INIT([libva],
85+ [libva_version],
86+ [https://github.com/01org/libva/issues/new],
87+ [libva],
88+ [https://github.com/01org/libva])
89+
8590 AC_CONFIG_SRCDIR([Makefile.am])
8691 AC_CONFIG_MACRO_DIR([m4])
8792 AM_INIT_AUTOMAKE([dist-bzip2])