mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-04-26 05:06:17 +00:00
dts: Prefer libdca over libdts as it's the successor
This commit is contained in:
parent
c794b40c49
commit
27f19cf92f
1 changed files with 4 additions and 4 deletions
|
@ -568,11 +568,11 @@ dnl *** DTS ***
|
||||||
translit(dnm, m, l) AM_CONDITIONAL(USE_DTS, true)
|
translit(dnm, m, l) AM_CONDITIONAL(USE_DTS, true)
|
||||||
AG_GST_CHECK_FEATURE(DTS, [dts library], dtsdec, [
|
AG_GST_CHECK_FEATURE(DTS, [dts library], dtsdec, [
|
||||||
HAVE_DTS="yes"
|
HAVE_DTS="yes"
|
||||||
AG_GST_CHECK_LIBHEADER(DTS, dts_pic, dts_init, -lm, dts.h,
|
AG_GST_CHECK_LIBHEADER(DTS, dca, dca_init, -lm, dts.h,
|
||||||
DTS_LIBS="-ldts_pic -lm", HAVE_DTS="no")
|
DTS_LIBS="-ldca -lm", HAVE_DTS="no")
|
||||||
if test $HAVE_DTS = "no"; then
|
if test $HAVE_DTS = "no"; then
|
||||||
AG_GST_CHECK_LIBHEADER(DTS, dca, dca_init, -lm, dts.h,
|
AG_GST_CHECK_LIBHEADER(DTS, dts_pic, dts_init, -lm, dts.h,
|
||||||
DTS_LIBS="-ldca -lm")
|
DTS_LIBS="-ldts_pic -lm")
|
||||||
fi
|
fi
|
||||||
AC_SUBST(DTS_LIBS)
|
AC_SUBST(DTS_LIBS)
|
||||||
])
|
])
|
||||||
|
|
Loading…
Reference in a new issue