Commit 68e04cc6014bf7a2c9bd0b3b783b4ec12aa2e824 changed .cpp -> .cc,
but forgot to update references .h -> .hh.
Also update Doxygen and .gitignore.
Signed-off-by: Marcin Baczyński
---
Fixes a build failure for me when after configuring with
$ ./autogen.sh --prefix=/usr \
--wi
---
configure.ac |2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/configure.ac b/configure.ac
index ef9f4b2..28c8e2f 100644
--- a/configure.ac
+++ b/configure.ac
@@ -89,7 +89,7 @@ if test "x$GCC" = xyes -a "x$CLANG" = xno; then
GCC_VERSION=`$CC -dumpversion`
if t
---
Without this patch CFLAGS=-fstrict-aliasing ./autogen.sh ... has no effect,
as the flag is followed by -fno-strict-aliasing added by configure.
configure.ac |8
1 files changed, 8 insertions(+), 0 deletions(-)
diff --git a/configure.ac b/configure.ac
index eace790..ef9f4b2 10
2011/6/6 Stéphane Marchesin :
> ---
> src/gallium/drivers/i915/i915_fpc_translate.c | 94 +---
> 1 files changed, 82 insertions(+), 12 deletions(-)
>
> diff --git a/src/gallium/drivers/i915/i915_fpc_translate.c
> b/src/gallium/drivers/i915/i915_fpc_translate.c
> index 695a39