Change-Id: I32ed051c8b4d3e5afa4e13bb4e3b2ca5e922ff64
This commit is contained in:
Jim Bankoski 2012-11-29 14:24:54 -08:00
Родитель e3bdae1fc7
Коммит 3e3fffe038
1 изменённых файлов: 1 добавлений и 0 удалений

Просмотреть файл

@ -102,6 +102,7 @@ ifeq ($(CONFIG_TEMPORAL_DENOISING),yes)
VP8_CX_SRCS-$(HAVE_SSE2) += encoder/x86/denoising_sse2.c
ifeq ($(HAVE_SSE2),yes)
vp8/encoder/x86/denoising_sse2.c.o: CFLAGS += -msse2
vp8/encoder/x86/denoising_sse2.c.d: CFLAGS += -msse2
endif
endif