add stub dsp/enc_avx2.c

VP8EncDspInitAVX2 is included in sse2 builds for now, later a configure
flag should be added to avoid the stub when avx2 is unavailable/disabled

Change-Id: I6127b687c273f46f41652aaf8e3b86ae3cfb8108
This commit is contained in:
James Zern
2014-05-22 00:26:18 -07:00
parent 1b99c09cdc
commit 178e9a69ae
6 changed files with 44 additions and 3 deletions

View File

@ -39,6 +39,7 @@ LOCAL_SRC_FILES := \
src/dsp/dec_neon.$(NEON) \
src/dsp/dec_sse2.c \
src/dsp/enc.c \
src/dsp/enc_avx2.c \
src/dsp/enc_mips32.c \
src/dsp/enc_neon.$(NEON) \
src/dsp/enc_sse2.c \