[FFmpeg-cvslog] configure: use real libfdk-aac version instead of API version in help text
Timothy Gu
git at videolan.org
Wed Feb 5 16:14:43 CET 2014
ffmpeg | branch: master | Timothy Gu <timothygu99 at gmail.com> | Tue Feb 4 20:01:16 2014 -0800| [9a4a559d6fbe4f3da9d8d94fe03fc84c903ac3b1] | committer: Michael Niedermayer
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 at gmail.com>
Signed-off-by: Michael Niedermayer <michaelni at gmx.at>
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=9a4a559d6fbe4f3da9d8d94fe03fc84c903ac3b1
---
configure | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/configure b/configure
index 285a7a9..c46bfd3 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
More information about the ffmpeg-cvslog
mailing list