Message ID | 20161205160722.2120-1-jamrial@gmail.com |
---|---|
State | Accepted |
Commit | b52d3574d466e745834d1283b55570dee1e2d4cd |
Headers | show |
On Mon, Dec 05, 2016 at 01:07:22PM -0300, James Almer wrote: > Signed-off-by: James Almer <jamrial@gmail.com> > --- > configure | 1 + > 1 file changed, 1 insertion(+) Tested-by: michael on mingw32/64, arm, mips, x86-32/64 linux build works as expected as before
On 12/5/2016 2:25 PM, Michael Niedermayer wrote: > On Mon, Dec 05, 2016 at 01:07:22PM -0300, James Almer wrote: >> Signed-off-by: James Almer <jamrial@gmail.com> >> --- >> configure | 1 + >> 1 file changed, 1 insertion(+) > > Tested-by: michael on mingw32/64, arm, mips, x86-32/64 linux > build works as expected as before Pushed. Thanks.
diff --git a/configure b/configure index ddc065e..21ec552 100755 --- a/configure +++ b/configure @@ -6284,6 +6284,7 @@ __declspec($_restrict) void* foo(int); EOF fi check_func strtoll || add_cflags -Dstrtoll=_strtoi64 + check_func strtoull || add_cflags -Dstrtoull=_strtoui64 # the new SSA optimzer in VS2015 U3 is mis-optimizing some parts of the code # this flag should be re-checked on newer compiler releases and put under a # version check once its fixed
Signed-off-by: James Almer <jamrial@gmail.com> --- configure | 1 + 1 file changed, 1 insertion(+)