ffmpeg | branch: master | Diego Biurrun <[email protected]> | Sat Dec 3 11:56:37 2016 +0100| [660470cd62c59f25cc52c731af6230e7bc1aba62] | committer: Diego Biurrun
build: Add missing audio_frame_queue dependency for libwavpack encoder > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=660470cd62c59f25cc52c731af6230e7bc1aba62 --- configure | 1 + 1 file changed, 1 insertion(+) diff --git a/configure b/configure index 495611987b..43506debdc 100755 --- 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" _______________________________________________ ffmpeg-cvslog mailing list [email protected] http://ffmpeg.org/mailman/listinfo/ffmpeg-cvslog
