[FFmpeg-cvslog] build: utvideoenc: Add missing dependency on Huffman code

Diego Biurrun git at videolan.org
Wed Sep 5 15:06:33 CEST 2012


ffmpeg | branch: master | Diego Biurrun <diego at biurrun.de> | Tue Sep  4 16:57:29 2012 +0200| [aa661113654d318d2191f3f649cd6d9e214cf38f] | committer: Diego Biurrun

build: utvideoenc: Add missing dependency on Huffman code

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=aa661113654d318d2191f3f649cd6d9e214cf38f
---

 configure |    1 +
 1 file changed, 1 insertion(+)

diff --git a/configure b/configure
index 88c5c75..c0b6319 100755
--- a/configure
+++ b/configure
@@ -1508,6 +1508,7 @@ tiff_encoder_suggest="zlib"
 truehd_decoder_select="mlp_decoder"
 tscc_decoder_select="zlib"
 twinvq_decoder_select="mdct lsp sinewin"
+utvideo_encoder_select="huffman"
 vc1_decoder_select="h263_decoder h264chroma h264qpel"
 vc1_dxva2_hwaccel_deps="dxva2api_h"
 vc1_dxva2_hwaccel_select="dxva2 vc1_decoder"



More information about the ffmpeg-cvslog mailing list