mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-20 00:31:13 +00:00
configure: switch libcdaudio to pkg-config
This commit is contained in:
parent
02daafb9ae
commit
b8e2a28bd5
1 changed files with 5 additions and 1 deletions
|
@ -650,7 +650,11 @@ AG_GST_CHECK_FEATURE(BZ2, [bz2 library], bz2, [
|
|||
dnl *** cdaudio ***
|
||||
translit(dnm, m, l) AM_CONDITIONAL(USE_CDAUDIO, true)
|
||||
AG_GST_CHECK_FEATURE(CDAUDIO, [cdaudio], cdaudio, [
|
||||
AG_GST_CHECK_CONFIGPROG(CDAUDIO, libcdaudio-config)
|
||||
PKG_CHECK_MODULES(CDAUDIO, libcdaudio,
|
||||
HAVE_CDAUDIO="yes"
|
||||
], [
|
||||
HAVE_CDAUDIO="no"
|
||||
])
|
||||
AC_SUBST(CDAUDIO_CFLAGS)
|
||||
AC_SUBST(CDAUDIO_LIBS)
|
||||
])
|
||||
|
|
Loading…
Reference in a new issue