Re: [flac-dev] PATCH: typo in bitreader.c / bitwriter.c

2014-02-24 Thread Erik de Castro Lopo
lvqcl wrote: > Fixes typos in comments in these two files. Applied. Thanks. Erik -- -- Erik de Castro Lopo http://www.mega-nerd.com/ ___ flac-dev mailing list flac-dev@xiph.org http:/

Re: [flac-dev] PATCH "don't use intrinsics when they're slower", Version 2

2014-02-24 Thread Erik de Castro Lopo
lvqcl wrote: > A newer version of the patch. > Replaces the previous (ie. > http://lists.xiph.org/pipermail/flac-dev/2014-February/004553.html) version. Thanks. Applied with minor reformatting. Cheers, Erik -- -- Erik de Castr

[flac-dev] PATCH for stream_encoder.c: change ifdefs order

2014-02-24 Thread lvqcl
Erik de Castro Lopo wrote: Applied with minor reformatting. Thanks. And btw, about reformatting: currently stream_encoder.c contains the following code: #ifdef FLAC__SSSE3_SUPPORTED if(encoder->private_->cpuinfo.ia32.ssse3) a; else #endif #ifdef FLAC__SSE2

Re: [flac-dev] PATCH for stream_encoder.c: change ifdefs order

2014-02-24 Thread Erik de Castro Lopo
lvqcl wrote: > Erik de Castro Lopo wrote: > > > Applied with minor reformatting. > > Thanks. And btw, about reformatting: currently stream_encoder.c contains the > following code: Applied, thanks! Erik -- -- Erik de Castro L