comparison configure.ac @ 1083:325c52b01e56 trunk

[svn] Switch pkg-config for cdaudio-ng from libcdio to libcdio_cdda (At the request of Crazy_Hopper) The change makes sense, and a quick manual call to pkg-config looks good, but blame him if something goes wrong.
author deitarion
date Thu, 24 May 2007 20:30:08 -0700
parents b2f24bd2b7db
children 402ee2120cb1
comparison
equal deleted inserted replaced
1082:b2f24bd2b7db 1083:325c52b01e56
1062 ) 1062 )
1063 1063
1064 if test "$enable_cdaudio_ng" = "yes"; then 1064 if test "$enable_cdaudio_ng" = "yes"; then
1065 PKG_CHECK_MODULES(CDIO, [libcdio >= 0.78.2], 1065 PKG_CHECK_MODULES(CDIO, [libcdio >= 0.78.2],
1066 [INPUT_PLUGINS="$INPUT_PLUGINS cdaudio-ng" 1066 [INPUT_PLUGINS="$INPUT_PLUGINS cdaudio-ng"
1067 CDIO_LIBS=`pkg-config --libs libcdio` 1067 CDIO_LIBS=`pkg-config --libs libcdio_cdda`
1068 CDIO_CFLAGS=`pkg-config --cflags libcdio` 1068 CDIO_CFLAGS=`pkg-config --cflags libcdio_cdda`
1069 AC_SUBST(CDIO_LIBS) 1069 AC_SUBST(CDIO_LIBS)
1070 AC_SUBST(CDIO_CFLAGS)], 1070 AC_SUBST(CDIO_CFLAGS)],
1071 [AC_MSG_WARN([*** Cannot find libcdio 0.78.2 or newer, cdaudio-ng will not be built ***])] 1071 [AC_MSG_WARN([*** Cannot find libcdio 0.78.2 or newer, cdaudio-ng will not be built ***])]
1072 ) 1072 )
1073 fi 1073 fi