mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2025-12-08 06:09:50 +00:00
Merge commit 'a846dccb29'
* commit 'a846dccb29':
h264chroma: x86: Fix building with yasm disabled
rv34: Drop now unnecessary dsputil dependencies
Conflicts:
libavcodec/x86/Makefile
Merged-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
commit
60a0bc46cd
11 changed files with 30 additions and 26 deletions
|
|
@ -1495,11 +1495,11 @@ av_cold int ff_rv34_decode_init(AVCodecContext *avctx)
|
|||
|
||||
#if CONFIG_RV30_DECODER
|
||||
if (avctx->codec_id == AV_CODEC_ID_RV30)
|
||||
ff_rv30dsp_init(&r->rdsp, &r->s.dsp);
|
||||
ff_rv30dsp_init(&r->rdsp);
|
||||
#endif
|
||||
#if CONFIG_RV40_DECODER
|
||||
if (avctx->codec_id == AV_CODEC_ID_RV40)
|
||||
ff_rv40dsp_init(&r->rdsp, &r->s.dsp);
|
||||
ff_rv40dsp_init(&r->rdsp);
|
||||
#endif
|
||||
|
||||
if ((ret = rv34_decoder_alloc(r)) < 0)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue