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

Unified Diff: third_party/libwebp/dsp/rescaler_sse2.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/rescaler_neon.c ('k') | third_party/libwebp/dsp/upsampling.c » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/libwebp/dsp/rescaler_sse2.c
diff --git a/third_party/libwebp/dsp/rescaler_sse2.c b/third_party/libwebp/dsp/rescaler_sse2.c
index 5b9702817c0befffaa8b4ff5fc4475c43c032f59..8271c22e0546dd209a0848ed5563805e79adba57 100644
--- a/third_party/libwebp/dsp/rescaler_sse2.c
+++ b/third_party/libwebp/dsp/rescaler_sse2.c
@@ -17,7 +17,7 @@
#include <emmintrin.h>
#include <assert.h>
-#include "../utils/rescaler.h"
+#include "../utils/rescaler_utils.h"
#include "../utils/utils.h"
//------------------------------------------------------------------------------
« no previous file with comments | « third_party/libwebp/dsp/rescaler_neon.c ('k') | third_party/libwebp/dsp/upsampling.c » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698