mirror of
https://github.com/webmproject/libwebp.git
synced 2024-12-27 06:08:21 +01:00
normalize example header includes
headers from examples/ aren't installed so prefix with './' to be explicit. Change-Id: Ie6c1544a026a9859b7fc0cf238b21e031ef0013f
This commit is contained in:
parent
061263a787
commit
00b29e282f
@ -42,7 +42,7 @@
|
|||||||
|
|
||||||
|
|
||||||
#include "webp/encode.h"
|
#include "webp/encode.h"
|
||||||
#include "stopwatch.h"
|
#include "./stopwatch.h"
|
||||||
#ifndef WEBP_DLL
|
#ifndef WEBP_DLL
|
||||||
#if defined(__cplusplus) || defined(c_plusplus)
|
#if defined(__cplusplus) || defined(c_plusplus)
|
||||||
extern "C" {
|
extern "C" {
|
||||||
|
@ -39,7 +39,7 @@
|
|||||||
|
|
||||||
#include "webp/decode.h"
|
#include "webp/decode.h"
|
||||||
#include "./example_util.h"
|
#include "./example_util.h"
|
||||||
#include "stopwatch.h"
|
#include "./stopwatch.h"
|
||||||
|
|
||||||
static int verbose = 0;
|
static int verbose = 0;
|
||||||
#ifndef WEBP_DLL
|
#ifndef WEBP_DLL
|
||||||
|
@ -56,7 +56,7 @@ EXTRA_FLAGS += -Wdeclaration-after-statement
|
|||||||
AR = ar
|
AR = ar
|
||||||
ARFLAGS = r
|
ARFLAGS = r
|
||||||
CC = gcc
|
CC = gcc
|
||||||
CPPFLAGS = -Isrc/ -Iexamples/ -Wall
|
CPPFLAGS = -Isrc/ -Wall
|
||||||
CFLAGS = -O3 -DNDEBUG $(EXTRA_FLAGS)
|
CFLAGS = -O3 -DNDEBUG $(EXTRA_FLAGS)
|
||||||
INSTALL = install
|
INSTALL = install
|
||||||
GROFF = /usr/bin/groff
|
GROFF = /usr/bin/groff
|
||||||
|
Loading…
Reference in New Issue
Block a user