[flac-dev] Updated CFLAGS patches and make test compilation conditional

2017-01-15 Thread David Seifert
Hi Erik, I've found a middleground for the problem of setting default CFLAGS. I've gone back to setting them if {C,CXX,CPP,LD}FLAGS are unset at the onset of the configure script (i.e., the user hasn't specified anything) and then proceed to set them to the defaults as before. This has been sugg

[flac-dev] [PATCH 1/2] Do not override CFLAGS, as CFLAGS is a user flag.

2017-01-15 Thread David Seifert
* Furthermore, use NDEBUG globally to detect the presence of building with more debug output information. AX_CHECK_ENABLE_DEBUG is easier to use, and nowadays Gnome has also switched to it from its own custom solution. --- configure.ac | 52 -- include/FLAC/

[flac-dev] [PATCH 2/2] Only compile and run tests when running 'make check'

2017-01-15 Thread David Seifert
--- src/test_grabbag/cuesheet/Makefile.am | 2 +- src/test_grabbag/picture/Makefile.am | 2 +- src/test_libFLAC++/Makefile.am| 2 +- src/test_libFLAC/Makefile.am | 2 +- src/test_seeking/Makefile.am | 2 +- src/test_streams/Makefile.am | 2 +- 6 files changed, 6

Re: [flac-dev] unsigned int and FLAC__uint32 are used interchangeably

2017-01-15 Thread lvqcl
Erik de Castro Lopo wrote: Not all of them *needed( converting, but afaiac this makes the code base better. I never liked the way the original C standard allowed the use of `unsigned` alone as type. These recent updates broke MSVC 2005 (and probably 2008) builds because they don't have and al

[flac-dev] How is the MD5 hash calculated?

2017-01-15 Thread Marcus Johnson
is it on a per subframe basis, and if so, is each frame padded if it’s not a multiple of 512 bits? or do I have to decode all the data, and run it over the decoded file at once? ___ flac-dev mailing list flac-dev@xiph.org http://lists.xiph.org/mailman/l