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

@ -184,6 +184,7 @@ DSP_DEC_OBJS = \
DSP_ENC_OBJS = \
$(DIROBJ)\dsp\enc.obj \
$(DIROBJ)\dsp\enc_avx2.obj \
$(DIROBJ)\dsp\enc_mips32.obj \
$(DIROBJ)\dsp\enc_neon.obj \
$(DIROBJ)\dsp\enc_sse2.obj \