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

Unified Diff: third_party/libwebp/dsp/cost_mips32.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/cost.c ('k') | third_party/libwebp/dsp/cost_mips_dsp_r2.c » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/libwebp/dsp/cost_mips32.c
diff --git a/third_party/libwebp/dsp/cost_mips32.c b/third_party/libwebp/dsp/cost_mips32.c
index d1e240e1912cd9018fc31866f64b983be25e89a9..3102da877a06d33dd5009990cbf3275023095d50 100644
--- a/third_party/libwebp/dsp/cost_mips32.c
+++ b/third_party/libwebp/dsp/cost_mips32.c
@@ -13,7 +13,7 @@
#if defined(WEBP_USE_MIPS32)
-#include "../enc/cost.h"
+#include "../enc/cost_enc.h"
static int GetResidualCost(int ctx0, const VP8Residual* const res) {
int temp0, temp1;
« no previous file with comments | « third_party/libwebp/dsp/cost.c ('k') | third_party/libwebp/dsp/cost_mips_dsp_r2.c » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698