Mercurial > mplayer.hg
comparison 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 |
comparison
equal
deleted
inserted
replaced
33049:fc7a3f9f74f8 | 33050:36d0701bb4c8 |
---|---|
6966 echores "$_libdv" | 6966 echores "$_libdv" |
6967 | 6967 |
6968 echocheck "CrystalHD" | 6968 echocheck "CrystalHD" |
6969 if test "$crystalhd" = auto ; then | 6969 if test "$crystalhd" = auto ; then |
6970 crystalhd=no | 6970 crystalhd=no |
6971 statement_check_broken libcrystalhd/bc_dts_types.h libcrystalhd/libcrystalhd_if.h 'DtsGetVersion(0, 0, 0)' -lcrystalhd $_ld_lm && crystalhd=yes | 6971 statement_check_broken libcrystalhd/bc_dts_types.h libcrystalhd/libcrystalhd_if.h 'DtsCrystalHDVersion(0, 0)' -lcrystalhd $_ld_lm && crystalhd=yes |
6972 fi | 6972 fi |
6973 | 6973 |
6974 if test "$crystalhd" = yes ; then | 6974 if test "$crystalhd" = yes ; then |
6975 extra_ldflags="$extra_ldflags -lcrystalhd" | 6975 extra_ldflags="$extra_ldflags -lcrystalhd" |
6976 def_crystalhd="#define CONFIG_CRYSTALHD 1" | 6976 def_crystalhd="#define CONFIG_CRYSTALHD 1" |