search for: conf_ac

Displaying 3 results from an estimated 3 matches for "conf_ac".

Did you mean: conf_api
2014 Oct 02
3
problems with configure.ac
1) in config.h FLAC__HAS_X86INTRIN macro is always defined and empty, even if x86intrin.h is not available. 2) sse_os is defined as 'yes' or 'no', but AM_CONDITIONAL tests it for 'true': AM_CONDITIONAL(FLaC__SSE_OS, test "x$sse_os" = xtrue) It seems that it should be changed to AM_CONDITIONAL(FLaC__SSE_OS, test "x$sse_os" = xyes) 3) configure
2014 Oct 13
0
[PATCH] for configure.ac
...ptimizations : ................... ${sse_os}" it's technically more correct to write: echo " OS is guaranteed to support SSE : ..... ${sse_os}" but this message is much less comprehensible. -------------- next part -------------- A non-text attachment was scrubbed... Name: conf_ac.patch Type: application/octet-stream Size: 1074 bytes Desc: not available Url : http://lists.xiph.org/pipermail/flac-dev/attachments/20141013/8e7d3f18/attachment.obj
2015 Feb 23
1
[PATCH] about configure.ac
...two places that aren't fully correct: 1) it creates incorrect definition of FLAC__HAS_X86INTRIN in config.h file. 2)AM_CONDITIONAL(FLaC__SSE_OS...) compares sse_os with 'true' instead of 'yes'. -------------- next part -------------- A non-text attachment was scrubbed... Name: conf_ac.patch Type: application/octet-stream Size: 1074 bytes Desc: not available Url : http://lists.xiph.org/pipermail/flac-dev/attachments/20150223/62e7179b/attachment.obj