diff options
author | Sebastian Dröge <slomo@circular-chaos.org> | 2006-11-02 20:13:26 +0000 |
---|---|---|
committer | Tim-Philipp Müller <tim@centricular.net> | 2006-11-02 20:13:26 +0000 |
commit | b261441c068013a5c41dcb20e661534133ef7f4a (patch) | |
tree | e2f699348a65019277babadaa18d4f1878593011 /configure.ac | |
parent | 017a8c8527ff37a4068189e4323a68bc30d1fa92 (diff) | |
download | gst-plugins-bad-b261441c068013a5c41dcb20e661534133ef7f4a.tar.gz gst-plugins-bad-b261441c068013a5c41dcb20e661534133ef7f4a.tar.bz2 gst-plugins-bad-b261441c068013a5c41dcb20e661534133ef7f4a.zip |
Fix enum nicks; only emit no-more-pads once; add support for very fast encoding mode in upcoming 4.40.0 release (#369...
Original commit message from CVS:
Patch by: Sebastian Dröge <slomo at circular-chaos.org>
* configure.ac:
* ext/wavpack/gstwavpackenc.c: (gst_wavpack_enc_mode_get_type),
(gst_wavpack_enc_correction_mode_get_type),
(gst_wavpack_enc_joint_stereo_mode_get_type),
(gst_wavpack_enc_init), (gst_wavpack_enc_set_wp_config):
Fix enum nicks; only emit no-more-pads once; add support for very
fast encoding mode in upcoming 4.40.0 release (#369539).
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index e1d98482..11dd53a5 100644 --- a/configure.ac +++ b/configure.ac @@ -691,7 +691,7 @@ int main () { return 0; } dnl *** wavpack *** translit(dnm, m, l) AM_CONDITIONAL(USE_WAVPACK, true) GST_CHECK_FEATURE(WAVPACK, [wavpack plug-in], wavpack, [ - PKG_CHECK_MODULES(WAVPACK, wavpack >= 4.33, HAVE_WAVPACK=yes, [ + PKG_CHECK_MODULES(WAVPACK, wavpack >= 4.40.0, HAVE_WAVPACK=yes, [ PKG_CHECK_MODULES(WAVPACK, wavpack >= 4.20, [ HAVE_WAVPACK=yes AC_DEFINE(WAVPACK_OLD_API, 1, [old wavpack API]) |