About the commit 
<http://git.xiph.org/?p=flac.git;a=commitdiff;h=e120037f3c67b23fd9eef7ccd04d2df57fa1a9a6>

I admit I don't understand the following lines:

 #if !FLAC__SSE_OS
        /* assume user knows better than us; turn it off */
        disable_sse(info);
 #elif defined(__FreeBSD__) || defined(__FreeBSD_kernel__) ......

Probably it should be

 #if FLAC__SSE_OS
        /* assume user knows better than us; leave as detected above */
 #elif defined(__FreeBSD__) || defined(__FreeBSD_kernel__) ......

?
_______________________________________________
flac-dev mailing list
flac-dev@xiph.org
http://lists.xiph.org/mailman/listinfo/flac-dev

Reply via email to