Re: [flac-dev] Wextra in configury

2016-01-24 Thread Erik de Castro Lopo
Ozkan Sezer wrote: > flac configury does a XIPH_ADD_CFLAGS([-Wextra]) around line 426, > however it unconditionally adds -Wextra some lines before that too. > The attached patch removes that unconditional addition of -Wextra > which (i) removes duplicate addition, and (ii) allows older gcc > ver

[flac-dev] Wextra in configury

2016-01-24 Thread Ozkan Sezer
flac configury does a XIPH_ADD_CFLAGS([-Wextra]) around line 426, however it unconditionally adds -Wextra some lines before that too. The attached patch removes that unconditional addition of -Wextra which (i) removes duplicate addition, and (ii) allows older gcc versions to compile the tree peac

Re: [flac-dev] Lets do a 1.3.2 release

2016-01-24 Thread Erik de Castro Lopo
Dave Yeo wrote: > After this the build dies with, > util.c: In function 'benchmark_function': > util.c:124:17: error: 'CLOCK_PROCESS_CPUTIME_ID' undeclared (first use > in this function) >clock_gettime (CLOCK_PROCESS_CPUTIME_ID, &start) ; > > Would using gettimeofday() be accurate enough? A

Re: [flac-dev] [PATCH] doc: specify that quantized LPC shift must be non-negative

2016-01-24 Thread Erik de Castro Lopo
Tristan Matthews wrote: > Refs http://sourceforge.net/p/flac/bugs/424/ Applied. Thanks. Erik -- -- Erik de Castro Lopo http://www.mega-nerd.com/ ___ flac-dev mailing list flac-dev@xi

[flac-dev] [PATCH] doc: specify that quantized LPC shift must be non-negative

2016-01-24 Thread Tristan Matthews
Refs http://sourceforge.net/p/flac/bugs/424/ --- doc/html/format.html | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/doc/html/format.html b/doc/html/format.html index 8598941..4ccd7e7 100644 --- a/doc/html/format.html +++ b/doc/html/format.html @@ -1578,7 +1578,8 @@