changeset 1082:b2f24bd2b7db trunk

[svn] Fixed a typo in the cdaudio-ng portion of configure.ac as discovered by Crazy_Hopper.
author deitarion
date Thu, 24 May 2007 20:06:47 -0700
parents 1233d2efceab
children 325c52b01e56
files ChangeLog configure.ac
diffstat 2 files changed, 9 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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 <nenolod@sacredspiral.co.uk>
+  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 <nenolod@sacredspiral.co.uk>
   revision [2326]
   - wavpack: transition to plugin API v2
--- 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)