Mercurial > audlegacy-plugins
changeset 1038:1710790c8e85 trunk
[svn]
- Require FLAC >= 1.1.3 for flacng for the time being
author | ertzing |
---|---|
date | Tue, 15 May 2007 13:38:05 -0700 |
parents | c31e94fefd2a |
children | 91a6d69bca91 |
files | ChangeLog configure.ac |
diffstat | 2 files changed, 17 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/ChangeLog Tue May 15 13:18:35 2007 -0700 +++ b/ChangeLog Tue May 15 13:38:05 2007 -0700 @@ -1,3 +1,19 @@ +2007-05-15 20:18:35 +0000 William Pitcock <nenolod@sacredspiral.co.uk> + revision [2238] + - upstream updates regarding handling of SPC700 instructions and runtime + length issues. + + trunk/src/console/Snes_Spc.cxx | 669 +++++++------------ + trunk/src/console/Snes_Spc.h | 323 ++++++--- + trunk/src/console/Spc_Cpu.cxx | 1436 +++++++++++++---------------------------- + trunk/src/console/Spc_Cpu.h | 1251 ++++++++++++++++++++++++++++++++++- + trunk/src/console/Spc_Dsp.cxx | 1154 +++++++++++++++++--------------- + trunk/src/console/Spc_Dsp.h | 306 +++++--- + trunk/src/console/Spc_Emu.cxx | 12 + trunk/src/console/Spc_Emu.h | 2 + 8 files changed, 2990 insertions(+), 2163 deletions(-) + + 2007-05-13 00:06:13 +0000 Cristi Magherusan <majeru@atheme.org> revision [2236] smarter polling and lots of other changes
--- a/configure.ac Tue May 15 13:18:35 2007 -0700 +++ b/configure.ac Tue May 15 13:38:05 2007 -0700 @@ -528,7 +528,7 @@ ) if test "$enable_flacng" = "yes"; then - PKG_CHECK_MODULES(FLAC, [flac >= 1.1.2], + PKG_CHECK_MODULES(FLAC, [flac >= 1.1.3], [have_flacng=yes], [AC_MSG_WARN([*** Cannot find libFLAC, FLACng will not be built ***]) have_flacng=no]