Mercurial > mplayer.hg
diff configure @ 33050:36d0701bb4c8
Fix CrystalHD autodetection:
Make sure old library versions will not be detected.
Patch by Philip Langdale, philipl overt org
author | cehoyos |
---|---|
date | Mon, 28 Mar 2011 22:18:56 +0000 |
parents | 6ee39df47be0 |
children | 1241d9d7d551 |
line wrap: on
line diff
--- a/configure Mon Mar 28 16:03:26 2011 +0000 +++ b/configure Mon Mar 28 22:18:56 2011 +0000 @@ -6968,7 +6968,7 @@ echocheck "CrystalHD" if test "$crystalhd" = auto ; then crystalhd=no - statement_check_broken libcrystalhd/bc_dts_types.h libcrystalhd/libcrystalhd_if.h 'DtsGetVersion(0, 0, 0)' -lcrystalhd $_ld_lm && crystalhd=yes + statement_check_broken libcrystalhd/bc_dts_types.h libcrystalhd/libcrystalhd_if.h 'DtsCrystalHDVersion(0, 0)' -lcrystalhd $_ld_lm && crystalhd=yes fi if test "$crystalhd" = yes ; then