[FFmpeg-cvslog] configure: Fix hymt decoder standalone compilation.

Carl Eugen Hoyos git at videolan.org
Thu Jan 10 20:59:12 EET 2019


ffmpeg | branch: master | Carl Eugen Hoyos <ceffmpeg at gmail.com> | Thu Jan 10 19:58:34 2019 +0100| [34ca5adf9a77fbea90d2f26f3b3eefbed8c354fb] | committer: Carl Eugen Hoyos

configure: Fix hymt decoder standalone compilation.

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

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

diff --git a/configure b/configure
index 785a9be79f..c2b8fac0ed 100755
--- a/configure
+++ b/configure
@@ -2663,6 +2663,7 @@ hap_encoder_select="texturedspenc"
 hevc_decoder_select="bswapdsp cabac golomb hevcparse videodsp"
 huffyuv_decoder_select="bswapdsp huffyuvdsp llviddsp"
 huffyuv_encoder_select="bswapdsp huffman huffyuvencdsp llvidencdsp"
+hymt_decoder_select="huffyuv_decoder"
 iac_decoder_select="imc_decoder"
 imc_decoder_select="bswapdsp fft mdct sinewin"
 indeo3_decoder_select="hpeldsp"



More information about the ffmpeg-cvslog mailing list