[FFmpeg-cvslog] configure: add missing llvidencdsp dependency to MagicYUV encoder
James Almer
git at videolan.org
Sat Oct 28 19:15:54 EEST 2017
ffmpeg | branch: master | James Almer <jamrial at gmail.com> | Sat Oct 28 13:14:51 2017 -0300| [93a1aac44198a7d27e427090e3749aa923a78eaa] | committer: James Almer
configure: add missing llvidencdsp dependency to MagicYUV encoder
Signed-off-by: James Almer <jamrial at gmail.com>
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=93a1aac44198a7d27e427090e3749aa923a78eaa
---
configure | 1 +
1 file changed, 1 insertion(+)
diff --git a/configure b/configure
index 0e1ccaac58..2f259996ae 100755
--- a/configure
+++ b/configure
@@ -2518,6 +2518,7 @@ jv_decoder_select="blockdsp"
lagarith_decoder_select="llviddsp"
ljpeg_encoder_select="aandcttables idctdsp jpegtables mpegvideoenc"
magicyuv_decoder_select="llviddsp"
+magicyuv_encoder_select="llvidencdsp"
mdec_decoder_select="blockdsp idctdsp mpegvideo"
metasound_decoder_select="lsp mdct sinewin"
mimic_decoder_select="blockdsp bswapdsp hpeldsp idctdsp"
More information about the ffmpeg-cvslog
mailing list