[FFmpeg-cvslog] Fix check for new enough CrystalHD library.

Gwenole Beauchesne git at videolan.org
Tue Mar 29 06:19:54 CEST 2011


ffmpeg | branch: master | Gwenole Beauchesne <gbeauchesne at splitted-desktop.com> | Mon Mar 28 10:18:58 2011 +0200| [5c98af952d07d9b0523af4e6bfdd0f2a35bf4d51] | committer: Philip Langdale

Fix check for new enough CrystalHD library.

Signed-off-by: Philip Langdale <philipl at overt.org>

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=5c98af952d07d9b0523af4e6bfdd0f2a35bf4d51
---

 configure |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/configure b/configure
index 1750141..98421ca 100755
--- a/configure
+++ b/configure
@@ -2854,7 +2854,7 @@ for thread in $THREADS_LIST; do
 done
 
 check_lib math.h sin -lm
-disabled crystalhd || check_lib libcrystalhd/libcrystalhd_if.h DtsGetVersion -lcrystalhd
+disabled crystalhd || check_lib libcrystalhd/libcrystalhd_if.h DtsCrystalHDVersion -lcrystalhd || disable crystalhd
 disabled vaapi || check_lib va/va.h vaInitialize -lva
 
 check_mathfunc exp2



More information about the ffmpeg-cvslog mailing list