comparison configure @ 36606:baa7a9f7ce9e

ad_libdca: support current libdca that does not provide a dts.h header.
author reimar
date Wed, 22 Jan 2014 19:38:44 +0000
parents 76bf1d04f31b
children 97cfc1701d55
comparison
equal deleted inserted replaced
36605:76bf1d04f31b 36606:baa7a9f7ce9e
6662 6662
6663 echocheck "libdca support" 6663 echocheck "libdca support"
6664 if test "$_libdca" = auto ; then 6664 if test "$_libdca" = auto ; then
6665 _libdca=no 6665 _libdca=no
6666 for ld_dca in -ldca -ldts ; do 6666 for ld_dca in -ldca -ldts ; do
6667 statement_check_broken stdint.h dts.h 'dts_init(0)' $ld_dca && 6667 statement_check_broken stdint.h dca.h 'dca_init(0)' $ld_dca &&
6668 extra_ldflags="$extra_ldflags $ld_dca" && _libdca=yes && break 6668 extra_ldflags="$extra_ldflags $ld_dca" && _libdca=yes && break
6669 done 6669 done
6670 fi 6670 fi
6671 if test "$_libdca" = yes ; then 6671 if test "$_libdca" = yes ; then
6672 def_libdca='#define CONFIG_LIBDCA 1' 6672 def_libdca='#define CONFIG_LIBDCA 1'