move decode_vp8.h from webp/ to dec/

the functions contained in it are now private

Change-Id: Ief6c81b32ae3f6d97052edac625716e5b909e66e
This commit is contained in:
James Zern
2012-07-16 22:12:59 -07:00
parent 8d3b04a25d
commit d5e5ad6356
7 changed files with 6 additions and 7 deletions

View File

@ -18,8 +18,8 @@ libwebpdsp_la_SOURCES += yuv.h
libwebpdspinclude_HEADERS = ../webp/types.h
noinst_HEADERS =
noinst_HEADERS += ../dec/decode_vp8.h
noinst_HEADERS += ../webp/decode.h
noinst_HEADERS += ../webp/decode_vp8.h
libwebpdsp_la_LDFLAGS = -lm
libwebpdsp_la_CPPFLAGS = $(USE_EXPERIMENTAL_CODE)

View File

@ -12,7 +12,7 @@
#ifndef WEBP_DSP_YUV_H_
#define WEBP_DSP_YUV_H_
#include "../webp/decode_vp8.h"
#include "../dec/decode_vp8.h"
#if defined(__cplusplus) || defined(c_plusplus)
extern "C" {