Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(33)

Unified Diff: third_party/libwebp/dsp/cost.c

Issue 2651883004: libwebp-0.6.0-rc1 (Closed)
Patch Set: Created 3 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « third_party/libwebp/dsp/common_sse2.h ('k') | third_party/libwebp/dsp/cost_mips32.c » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/libwebp/dsp/cost.c
diff --git a/third_party/libwebp/dsp/cost.c b/third_party/libwebp/dsp/cost.c
index fe72d26e7917855688687a5c9560491d6a7d0238..58ddea72487f208112254284cb2dd7978994cc67 100644
--- a/third_party/libwebp/dsp/cost.c
+++ b/third_party/libwebp/dsp/cost.c
@@ -10,7 +10,7 @@
// Author: Skal (pascal.massimino@gmail.com)
#include "./dsp.h"
-#include "../enc/cost.h"
+#include "../enc/cost_enc.h"
//------------------------------------------------------------------------------
// Boolean-cost cost table
« no previous file with comments | « third_party/libwebp/dsp/common_sse2.h ('k') | third_party/libwebp/dsp/cost_mips32.c » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698