mirror of
https://github.com/xenia-project/FFmpeg.git
synced 2024-11-28 14:01:27 +00:00
Fix compilation with --disable-everything on x86_32.
Fixes ticket #2183.
This commit is contained in:
parent
c4738c3196
commit
a0d1440476
@ -2049,7 +2049,7 @@ static void dsputil_init_mmx(DSPContext *c, AVCodecContext *avctx, int mm_flags)
|
||||
SET_HPEL_FUNCS(avg, [1], 8, mmx);
|
||||
}
|
||||
|
||||
#if ARCH_X86_32 || !HAVE_YASM
|
||||
#if CONFIG_VIDEODSP && (ARCH_X86_32 || !HAVE_YASM)
|
||||
c->gmc = gmc_mmx;
|
||||
#endif
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user