Merge "normalize example header includes"

This commit is contained in:
pascal massimino 2012-05-15 13:50:27 -07:00 committed by Gerrit Code Review
commit 89c07c9660
3 changed files with 3 additions and 3 deletions

View File

@ -42,7 +42,7 @@
#include "webp/encode.h"
#include "stopwatch.h"
#include "./stopwatch.h"
#ifndef WEBP_DLL
#if defined(__cplusplus) || defined(c_plusplus)
extern "C" {

View File

@ -39,7 +39,7 @@
#include "webp/decode.h"
#include "./example_util.h"
#include "stopwatch.h"
#include "./stopwatch.h"
static int verbose = 0;
#ifndef WEBP_DLL

View File

@ -56,7 +56,7 @@ EXTRA_FLAGS += -Wdeclaration-after-statement
AR = ar
ARFLAGS = r
CC = gcc
CPPFLAGS = -Isrc/ -Iexamples/ -Wall
CPPFLAGS = -Isrc/ -Wall
CFLAGS = -O3 -DNDEBUG $(EXTRA_FLAGS)
INSTALL = install
GROFF = /usr/bin/groff