summaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorTimothy Gu <timothygu99@gmail.com>2014-02-04 20:01:16 -0800
committerMichael Niedermayer <michaelni@gmx.at>2014-02-05 16:06:20 +0100
commit9a4a559d6fbe4f3da9d8d94fe03fc84c903ac3b1 (patch)
treeafd49a53b4b1890f003afb9f35abb82002bcaf4e /configure
parent95b13fb96f7e46239b754108d077e76296f9bd27 (diff)
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 <timothygu99@gmail.com> Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
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