diff options
author | Erik de Castro Lopo <erikd@mega-nerd.com> | 2012-12-01 12:20:04 +1100 |
---|---|---|
committer | Erik de Castro Lopo <erikd@mega-nerd.com> | 2012-12-01 12:20:04 +1100 |
commit | 49017a1b08322770e91ba597d4b8e12b20f4ae14 (patch) | |
tree | e30aebee0bd3713a64a8c0a604ad7a56e2388082 /ChangeLog | |
parent | 04bb40710a91a1a693941564456edd689ca62fa7 (diff) |
programs/sndfile-play.c : Better error message on OSX_DARWIN_VERSION > 11.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 13 |
1 files changed, 12 insertions, 1 deletions
@@ -1,3 +1,15 @@ +2012-12-01 Erik de Castro Lopo <erikd AT mega-nerd DOT com> + + * configure.ac programs/sndfile-play.c + OS X 10.8 uses a different audio API to previous versions. + Fix compile failure on by disabling sndfile-play on this version. + Someone needs to supply code for the new API. + +2012-11-30 Erik de Castro Lopo <erikd AT mega-nerd DOT com> + + * Octave/Makefile.am Octave/octave_test.sh + Fix 'make distcheck'. + 2012-10-13 Erik de Castro Lopo <erikd AT mega-nerd DOT com> * M4/octave.m4 @@ -9607,4 +9619,3 @@ This is the boundary between version 1 of the library above and version 0 below. * src/aiff.c: Changed reading of 'COMM' chunk to avoid reading an int which overlaps an int (4 byte) boundary. - |