Commit 3e3fffe0 authored by Jim Bankoski's avatar Jim Bankoski
Browse files

a vp8 warning to boot.

Change-Id: I32ed051c8b4d3e5afa4e13bb4e3b2ca5e922ff64
Showing with 1 addition and 0 deletions
...@@ -102,6 +102,7 @@ ifeq ($(CONFIG_TEMPORAL_DENOISING),yes) ...@@ -102,6 +102,7 @@ ifeq ($(CONFIG_TEMPORAL_DENOISING),yes)
VP8_CX_SRCS-$(HAVE_SSE2) += encoder/x86/denoising_sse2.c VP8_CX_SRCS-$(HAVE_SSE2) += encoder/x86/denoising_sse2.c
ifeq ($(HAVE_SSE2),yes) ifeq ($(HAVE_SSE2),yes)
vp8/encoder/x86/denoising_sse2.c.o: CFLAGS += -msse2 vp8/encoder/x86/denoising_sse2.c.o: CFLAGS += -msse2
vp8/encoder/x86/denoising_sse2.c.d: CFLAGS += -msse2
endif endif
endif endif
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment