]> git.sesse.net Git - ffmpeg/commitdiff
build: Add missing audio_frame_queue dependency for libwavpack encoder
authorDiego Biurrun <diego@biurrun.de>
Sat, 3 Dec 2016 10:56:37 +0000 (11:56 +0100)
committerDiego Biurrun <diego@biurrun.de>
Mon, 5 Dec 2016 15:13:05 +0000 (16:13 +0100)
configure

index 495611987b8816730ab9d80246b6d7227ce144b0..43506debdc6a852b3b8b00b9cdf84e5e2ae393cc 100755 (executable)
--- a/configure
+++ b/configure
@@ -2283,6 +2283,7 @@ libvpx_vp8_encoder_deps="libvpx"
 libvpx_vp9_decoder_deps="libvpx"
 libvpx_vp9_encoder_deps="libvpx"
 libwavpack_encoder_deps="libwavpack"
+libwavpack_encoder_select="audio_frame_queue"
 libwebp_encoder_deps="libwebp"
 libx262_encoder_deps="libx262"
 libx264_encoder_deps="libx264"