# HG changeset patch # User deitarion # Date 1180062407 25200 # Node ID b2f24bd2b7db9d09dbb290064f0ee07f8af9c5f6 # Parent 1233d2efceabb1d6ab29322a1f7abe389b43f000 [svn] Fixed a typo in the cdaudio-ng portion of configure.ac as discovered by Crazy_Hopper. diff -r 1233d2efceab -r b2f24bd2b7db ChangeLog --- a/ChangeLog Thu May 24 16:34:36 2007 -0700 +++ b/ChangeLog Thu May 24 20:06:47 2007 -0700 @@ -1,3 +1,11 @@ +2007-05-24 23:34:36 +0000 William Pitcock + revision [2328] + - modplug: transition to plugin API v2 + + trunk/src/modplug/plugin.cxx | 12 ++++-------- + 1 file changed, 4 insertions(+), 8 deletions(-) + + 2007-05-24 23:32:36 +0000 William Pitcock revision [2326] - wavpack: transition to plugin API v2 diff -r 1233d2efceab -r b2f24bd2b7db configure.ac --- a/configure.ac Thu May 24 16:34:36 2007 -0700 +++ b/configure.ac Thu May 24 20:06:47 2007 -0700 @@ -1063,7 +1063,7 @@ if test "$enable_cdaudio_ng" = "yes"; then PKG_CHECK_MODULES(CDIO, [libcdio >= 0.78.2], - [INPUT_PLUGINS="$INPUT_PLUGINS cdaudnio-ng" + [INPUT_PLUGINS="$INPUT_PLUGINS cdaudio-ng" CDIO_LIBS=`pkg-config --libs libcdio` CDIO_CFLAGS=`pkg-config --cflags libcdio` AC_SUBST(CDIO_LIBS)