<div dir="ltr">I am seeing other build errors on windows from quant.cpp - were these also fixed in this path you're referring to, or should we open a new issue for it?<div><br></div><div><span style="color:rgb(80,0,80);font-size:12.8px">C:\SmokeTest\Test_harness\</span><span style="color:rgb(80,0,80);font-size:12.8px">vc10_64_multilib\default\x265-</span><span style="color:rgb(80,0,80);font-size:12.8px">shared.vcxproj" (default target) (13) -></span><br style="color:rgb(80,0,80);font-size:12.8px"><span style="color:rgb(80,0,80);font-size:12.8px">  api.obj : error LNK2019: unresolved external symbol "struct x265_api const * __cdecl x265_12bit::x265_api_get_75(</span><span style="color:rgb(80,0,80);font-size:12.8px">int)" (?x265_api_get_75@x265_12bit@@</span><span style="color:rgb(80,0,80);font-size:12.8px">YAPEBUx265_api@@H@Z) referenced in function x265_api_get_75 [C:\SmokeTest\Test_harness\</span><span style="color:rgb(80,0,80);font-size:12.8px">vc10_64_multilib\default\x265-</span><span style="color:rgb(80,0,80);font-size:12.8px">shared.vcxproj]</span><br></div><div><span style="color:rgb(80,0,80);font-size:12.8px"><br></span></div><div><span style="color:rgb(80,0,80);font-size:12.8px">Pradeep.</span></div><div class="gmail_extra"><br><div class="gmail_quote">On Thu, Sep 24, 2015 at 7:28 PM, chen <span dir="ltr"><<a href="mailto:chenm003@163.com" target="_blank">chenm003@163.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div style="line-height:1.7;color:#000000;font-size:14px;font-family:arial"><div>It is fixed in patches Issue #180, but did not push into tree, I sent it in 09/15<br></div><div><div class="h5"><div></div><div></div><div><br></div>At 2015-09-24 16:50:00,"Deepthi Nandakumar" <<a href="mailto:deepthi@multicorewareinc.com" target="_blank">deepthi@multicorewareinc.com</a>> wrote:<br> <blockquote style="margin:0px 0px 0px 0.8ex;padding-left:1ex;border-left-color:rgb(204,204,204);border-left-width:1px;border-left-style:solid"><div dir="ltr">Thanks for reporting, this is an open issue on Bitbucket under investigation.<br></div><div class="gmail_extra"><br><div class="gmail_quote">On Thu, Sep 24, 2015 at 9:57 AM, Mario *LigH* Rohkrämer <span dir="ltr"><<a href="mailto:contact@ligh.de" target="_blank">contact@ligh.de</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;padding-left:1ex;border-left-color:rgb(204,204,204);border-left-width:1px;border-left-style:solid">+----<br>
h:/MSYS-GCC492/home/Entwicklung/x265/source/common/quant.cpp: In instantiation of 'uint32_t x265::Quant::rdoQuant(const x265::CUData&, int16_t*, x265::TextType, uint32_t, bool) [with unsigned int log2TrSize = 4u; uint32_t = unsigned int; int16_t = short int]':<br>
h:/MSYS-GCC492/home/Entwicklung/x265/source/common/quant.cpp:189:139:   required from here<br>
h:/MSYS-GCC492/home/Entwicklung/x265/source/common/quant.cpp:592:45: warning: right shift count is negative<br>
 #define PSYVALUE(rec)   ((psyScale * (rec)) >> (2 * transformShift + 1))<br>
                                             ^<br>
h:/MSYS-GCC492/home/Entwicklung/x265/source/common/quant.cpp:672:48: note: in expansion of macro 'PSYVALUE'<br>
                     costUncoded[blkPos + x] -= PSYVALUE(predictedCoef);<br>
                                                ^<br>
h:/MSYS-GCC492/home/Entwicklung/x265/source/common/quant.cpp:592:45: warning: right shift count is negative<br>
 #define PSYVALUE(rec)   ((psyScale * (rec)) >> (2 * transformShift + 1))<br>
                                             ^<br>
h:/MSYS-GCC492/home/Entwicklung/x265/source/common/quant.cpp:779:52: note: in expansion of macro 'PSYVALUE'<br>
                         costUncoded[blkPos + x] -= PSYVALUE(predictedCoef);<br>
                                                    ^<br>
h:/MSYS-GCC492/home/Entwicklung/x265/source/common/quant.cpp:592:45: warning: right shift count is negative<br>
 #define PSYVALUE(rec)   ((psyScale * (rec)) >> (2 * transformShift + 1))<br>
                                             ^<br>
h:/MSYS-GCC492/home/Entwicklung/x265/source/common/quant.cpp:857:40: note: in expansion of macro 'PSYVALUE'<br>
                 costUncoded[blkPos] -= PSYVALUE(predictedCoef);<br>
                                        ^<br>
h:/MSYS-GCC492/home/Entwicklung/x265/source/common/quant.cpp:592:45: warning: right shift count is negative<br>
 #define PSYVALUE(rec)   ((psyScale * (rec)) >> (2 * transformShift + 1))<br>
                                             ^<br>
h:/MSYS-GCC492/home/Entwicklung/x265/source/common/quant.cpp:940:36: note: in expansion of macro 'PSYVALUE'<br>
                         curCost -= PSYVALUE(reconCoef);<br>
                                    ^<br>
h:/MSYS-GCC492/home/Entwicklung/x265/source/common/quant.cpp:592:45: warning: right shift count is negative<br>
 #define PSYVALUE(rec)   ((psyScale * (rec)) >> (2 * transformShift + 1))<br>
                                             ^<br>
h:/MSYS-GCC492/home/Entwicklung/x265/source/common/quant.cpp:968:37: note: in expansion of macro 'PSYVALUE'<br>
                         curCost0 -= PSYVALUE(reconCoef);<br>
                                     ^<br>
h:/MSYS-GCC492/home/Entwicklung/x265/source/common/quant.cpp:592:45: warning: right shift count is negative<br>
 #define PSYVALUE(rec)   ((psyScale * (rec)) >> (2 * transformShift + 1))<br>
                                             ^<br>
h:/MSYS-GCC492/home/Entwicklung/x265/source/common/quant.cpp:971:37: note: in expansion of macro 'PSYVALUE'<br>
                         curCost1 -= PSYVALUE(reconCoef);<br>
                                     ^<br>
h:/MSYS-GCC492/home/Entwicklung/x265/source/common/quant.cpp: In instantiation of 'uint32_t x265::Quant::rdoQuant(const x265::CUData&, int16_t*, x265::TextType, uint32_t, bool) [with unsigned int log2TrSize = 5u; uint32_t = unsigned int; int16_t = short int]':<br>
h:/MSYS-GCC492/home/Entwicklung/x265/source/common/quant.cpp:189:139:   required from here<br>
h:/MSYS-GCC492/home/Entwicklung/x265/source/common/quant.cpp:592:45: warning: right shift count is negative<br>
 #define PSYVALUE(rec)   ((psyScale * (rec)) >> (2 * transformShift + 1))<br>
                                             ^<br>
h:/MSYS-GCC492/home/Entwicklung/x265/source/common/quant.cpp:672:48: note: in expansion of macro 'PSYVALUE'<br>
                     costUncoded[blkPos + x] -= PSYVALUE(predictedCoef);<br>
                                                ^<br>
h:/MSYS-GCC492/home/Entwicklung/x265/source/common/quant.cpp:592:45: warning: right shift count is negative<br>
 #define PSYVALUE(rec)   ((psyScale * (rec)) >> (2 * transformShift + 1))<br>
                                             ^<br>
h:/MSYS-GCC492/home/Entwicklung/x265/source/common/quant.cpp:779:52: note: in expansion of macro 'PSYVALUE'<br>
                         costUncoded[blkPos + x] -= PSYVALUE(predictedCoef);<br>
                                                    ^<br>
h:/MSYS-GCC492/home/Entwicklung/x265/source/common/quant.cpp:592:45: warning: right shift count is negative<br>
 #define PSYVALUE(rec)   ((psyScale * (rec)) >> (2 * transformShift + 1))<br>
                                             ^<br>
h:/MSYS-GCC492/home/Entwicklung/x265/source/common/quant.cpp:857:40: note: in expansion of macro 'PSYVALUE'<br>
                 costUncoded[blkPos] -= PSYVALUE(predictedCoef);<br>
                                        ^<br>
h:/MSYS-GCC492/home/Entwicklung/x265/source/common/quant.cpp:592:45: warning: right shift count is negative<br>
 #define PSYVALUE(rec)   ((psyScale * (rec)) >> (2 * transformShift + 1))<br>
                                             ^<br>
h:/MSYS-GCC492/home/Entwicklung/x265/source/common/quant.cpp:940:36: note: in expansion of macro 'PSYVALUE'<br>
                         curCost -= PSYVALUE(reconCoef);<br>
                                    ^<br>
h:/MSYS-GCC492/home/Entwicklung/x265/source/common/quant.cpp:592:45: warning: right shift count is negative<br>
 #define PSYVALUE(rec)   ((psyScale * (rec)) >> (2 * transformShift + 1))<br>
                                             ^<br>
h:/MSYS-GCC492/home/Entwicklung/x265/source/common/quant.cpp:968:37: note: in expansion of macro 'PSYVALUE'<br>
                         curCost0 -= PSYVALUE(reconCoef);<br>
                                     ^<br>
h:/MSYS-GCC492/home/Entwicklung/x265/source/common/quant.cpp:592:45: warning: right shift count is negative<br>
 #define PSYVALUE(rec)   ((psyScale * (rec)) >> (2 * transformShift + 1))<br>
                                             ^<br>
h:/MSYS-GCC492/home/Entwicklung/x265/source/common/quant.cpp:971:37: note: in expansion of macro 'PSYVALUE'<br>
                         curCost1 -= PSYVALUE(reconCoef);<br>
                                     ^<br>
+----<span><font color="#888888"><br>
<br>
-- <br>
<br>
Fun and success!<br>
Mario *LigH* Rohkrämer<br>
mailto:<a href="mailto:contact@ligh.de" target="_blank">contact@ligh.de</a><br>
<br>
_______________________________________________<br>
x265-devel mailing list<br>
<a href="mailto:x265-devel@videolan.org" target="_blank">x265-devel@videolan.org</a><br>
<a href="https://mailman.videolan.org/listinfo/x265-devel" rel="noreferrer" target="_blank">https://mailman.videolan.org/listinfo/x265-devel</a><br>
</font></span></blockquote></div><br></div>
</blockquote></div></div></div><br>_______________________________________________<br>
x265-devel mailing list<br>
<a href="mailto:x265-devel@videolan.org">x265-devel@videolan.org</a><br>
<a href="https://mailman.videolan.org/listinfo/x265-devel" rel="noreferrer" target="_blank">https://mailman.videolan.org/listinfo/x265-devel</a><br>
<br></blockquote></div><br></div></div>