From e60853eabcfd1813c7293d2776ecfd9ce46e2ce0 Mon Sep 17 00:00:00 2001 From: Vincent Rabaud Date: Wed, 17 Feb 2016 09:46:55 +0100 Subject: [PATCH] Add missing common_sse2.h file to makefile.unix This was missed in bf2b4f114f2358682fbea05a8066729dc2cb6f81 Change-Id: Ib0d2ac9f5b86196de2ac8feccbb9536530e991b2 --- makefile.unix | 1 + 1 file changed, 1 insertion(+) diff --git a/makefile.unix b/makefile.unix index 10defa18..20a8e841 100644 --- a/makefile.unix +++ b/makefile.unix @@ -260,6 +260,7 @@ HDRS = \ src/dec/vp8i.h \ src/dec/vp8li.h \ src/dec/webpi.h \ + src/dsp/common_sse2.h \ src/dsp/dsp.h \ src/dsp/lossless.h \ src/dsp/mips_macro.h \