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
x86_32: Fix build on x86_32 with --disable-yasm.
Signed-off-by: Ronald S. Bultje <rsbultje@gmail.com>
tags/n0.9
Daniel Kang
Ronald S. Bultje
14 years ago
parent
75a24bef4a
commit
567a32b5b2
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/h264_qpel_mmx.c
+ 1
- 1
libavcodec/x86/h264_qpel_mmx.c
View File
@@ -1294,6 +1294,6 @@ QPEL16_OP(mc31, MMX)\
QPEL16_OP(mc32, MMX)\
QPEL16_OP(mc33, MMX)
#if ARCH_X86_32 // ARCH_X86_64 implies sse2+
#if ARCH_X86_32
&& HAVE_YASM
// ARCH_X86_64 implies sse2+
QPEL16(mmxext)
#endif
Write
Preview
Loading…
Cancel
Save