From 9a4a559d6fbe4f3da9d8d94fe03fc84c903ac3b1 Mon Sep 17 00:00:00 2001 From: Timothy Gu Date: Tue, 4 Feb 2014 20:01:16 -0800 Subject: [PATCH] configure: use real libfdk-aac version instead of API version in help text Also use real name with a '-' instead of '_'. Signed-off-by: Timothy Gu Signed-off-by: Michael Niedermayer --- configure | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure b/configure index 285a7a9eeb..c46bfd3c5c 100755 --- a/configure +++ b/configure @@ -4439,7 +4439,7 @@ enabled libcaca && require_pkg_config caca caca.h caca_create_canvas enabled libfaac && require2 libfaac "stdint.h faac.h" faacEncGetVersion -lfaac enabled libfdk_aac && require libfdk_aac fdk-aac/aacenc_lib.h aacEncOpen -lfdk-aac && { check_cpp_condition fdk-aac/aacenc_lib.h "AACENCODER_LIB_VL0 >= 3 && AACENCODER_LIB_VL1 >= 4 && AACENCODER_LIB_VL2 >= 12" || - die "ERROR: libfdk_aac must be installed and version must be >= 3.4.12."; } + die "ERROR: libfdk-aac must be installed and version must be >= 0.1.3."; } flite_libs="-lflite_cmu_time_awb -lflite_cmu_us_awb -lflite_cmu_us_kal -lflite_cmu_us_kal16 -lflite_cmu_us_rms -lflite_cmu_us_slt -lflite_usenglish -lflite_cmulex -lflite" enabled libflite && require2 libflite "flite/flite.h" flite_init $flite_libs enabled libfreetype && require_libfreetype