This website works better with JavaScript.
Home
Help
Sign In
falkTX
/
FFmpeg
mirror of
https://github.com/falkTX/FFmpeg.git
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
338
Wiki
Activity
Browse Source
Fix compilation with --disable-everything on x86_32.
Fixes ticket
#2183
.
tags/n1.2
Carl Eugen Hoyos
12 years ago
parent
c4738c3196
commit
a0d1440476
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
libavcodec/x86/dsputil_mmx.c
+ 1
- 1
libavcodec/x86/dsputil_mmx.c
View File
@@ -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
Write
Preview
Loading…
Cancel
Save