From d4422c12b810ff9af859ed141f064e137f6bf3be Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Diego=20=27Flameeyes=27=20Petten=C3=B2?= Date: Wed, 16 Jan 2008 20:28:21 +0100 Subject: Fix libdts vs dts to avoid building libdca. --- m4/decoders.m4 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'm4') diff --git a/m4/decoders.m4 b/m4/decoders.m4 index 0ab38af29..42f76b1a3 100644 --- a/m4/decoders.m4 +++ b/m4/decoders.m4 @@ -181,7 +181,7 @@ use internal ffmpeg. fi fi AM_CONDITIONAL([ENABLE_DTS], [test x"$enable_dts" != x"no"]) - AM_CONDITIONAL([WITH_EXTERNAL_LIBDTS], [test x"$have_external_libdts" = x"yes"]) + AM_CONDITIONAL([WITH_EXTERNAL_LIBDTS], [test x"$have_external_dts" = x"yes"]) dnl libFLAC (optional; disabled by default) -- cgit v1.2.3