<div style="line-height:1.7;color:#000000;font-size:14px;font-family:arial"><DIV>a little typo problem, thanks</DIV>
<DIV>here is temporary patch<BR></DIV>
<DIV>At 2013-10-20 04:25:09,JMK <three4teen16@coldmail.nu> wrote:<BR>>Using GCC 4.8.1;<BR>><BR>>[ 68%] Building CXX object common/CMakeFiles/common.dir/vec/intra-sse3.cpp.obj<BR>>F:/GITS/X265/20131019/source/common/vec/intra-sse3.cpp: In function 'void {anonymous}::predDCFiltering(pixel*, pixel*, pixel*, intptr_t, int)':<BR>>F:/GITS/X265/20131019/source/common/vec/intra-sse3.cpp:118:54: error: '_mm_cvtsi64_si128' was not declared in this scope<BR>>         pix = _mm_cvtsi64_si128(*(uint64_t*)&above[1]);<BR>>                                            
           ^<BR>>F:/GITS/X265/20131019/source/common/vec/intra-sse3.cpp: In function 'void {anonymous}::intra_pred_dc(pixel*, pixel*, pixel*, intptr_t, int, int)':<BR>>F:/GITS/X265/20131019/source/common/vec/intra-sse3.cpp:177:74: error: '_mm_hadd_epi16' was not declared in this scope<BR>>         sum  = _mm_cvtsi128_si32(_mm_hadd_epi16(_mm_hadd_epi16(temp, temp), temp));<BR>>                                                                   
        ^<BR>>F:/GITS/X265/20131019/source/common/vec/intra-sse3.cpp:177:81: error: '_mm_hadd_epi16' was not declared in this scope<BR>>         sum  = _mm_cvtsi128_si32(_mm_hadd_epi16(_mm_hadd_epi16(temp, temp), temp));<BR>>                                                                                 ^<BR>>F:/GITS/X265/20131019/source/common/vec/intra-sse3.cpp:177:81: error: redeclaration of '<typeprefixer
 ror>_mm_hadd_epi16'<BR>>F:/GITS/X265/20131019/source/common/vec/intra-sse3.cpp:177:74: note: previous declaration<BR>>'<type prefixerror>_mm_hadd_epi16'<BR>>         sum  = _mm_cvtsi128_si32(_mm_hadd_epi16(_mm_hadd_epi16(temp, temp), temp));<BR>>                                                                          ^<BR>>make[2]: *** [common/CMakeFiles/common.dir/vec/intra-sse3.cpp.obj] Error 1<BR>>make[1]: *** [common/CMakeFiles/common.dir/all] Error 2<BR>>ma
 ke: *** [all] Error 2<BR>><BR>>_____________________________________________________________<BR>>ps. Do you like my email address? Get yourself a coldmail.nu address too<BR>>http://www.coldmail.nu (it's free!)<BR>>_______________________________________________<BR>>x265-devel mailing list<BR>>x265-devel@videolan.org<BR>>https://mailman.videolan.org/listinfo/x265-devel<BR></DIV></div>