Re: [flac-dev] [PATCH] remove now unused FLAC__SSE_OS from config files

2016-12-04 Thread Erik de Castro Lopo
lvqcl.mail wrote: > There were FLAC__NO_SSE_OS and FLAC__SSE_OS preprocessors variables. > The 1st was removed in June, and now the 2nd was also removed > from cpu.c. So it makes sense to remove it from config files as well. > > The 1st patch removes it from MSVC files, the 2nd - from configure.

[flac-dev] [PATCH] remove now unused FLAC__SSE_OS from config files

2016-12-04 Thread lvqcl.mail
There were FLAC__NO_SSE_OS and FLAC__SSE_OS preprocessors variables. The 1st was removed in June, and now the 2nd was also removed from cpu.c. So it makes sense to remove it from config files as well. The 1st patch removes it from MSVC files, the 2nd - from configure.ac. sse_os_remove_1.patch De