diff options
author | Diego 'Flameeyes' Pettenò <flameeyes@gmail.com> | 2008-01-16 20:28:21 +0100 |
---|---|---|
committer | Diego 'Flameeyes' Pettenò <flameeyes@gmail.com> | 2008-01-16 20:28:21 +0100 |
commit | d4422c12b810ff9af859ed141f064e137f6bf3be (patch) | |
tree | 99d143fb565a25cd6a717b07ad1be196f695aa3b /m4 | |
parent | 19e1fa84aafee1f845e39afd20deb9d7783ad935 (diff) | |
download | xine-lib-d4422c12b810ff9af859ed141f064e137f6bf3be.tar.gz xine-lib-d4422c12b810ff9af859ed141f064e137f6bf3be.tar.bz2 |
Fix libdts vs dts to avoid building libdca.
Diffstat (limited to 'm4')
-rw-r--r-- | m4/decoders.m4 | 2 |
1 files changed, 1 insertions, 1 deletions
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) |