projects
/
ffmpeg.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1ce1e63
)
dsputilenc: group yasm and inline asm function pointer assignment.
author
Ronald S. Bultje
<rsbultje@gmail.com>
Wed, 4 Jul 2012 04:00:05 +0000
(21:00 -0700)
committer
Ronald S. Bultje
<rsbultje@gmail.com>
Wed, 4 Jul 2012 14:46:27 +0000
(07:46 -0700)
libavcodec/x86/dsputilenc_mmx.c
patch
|
blob
|
history
diff --git
a/libavcodec/x86/dsputilenc_mmx.c
b/libavcodec/x86/dsputilenc_mmx.c
index
d8a60e1
..
47fa5ca
100644
(file)
--- a/
libavcodec/x86/dsputilenc_mmx.c
+++ b/
libavcodec/x86/dsputilenc_mmx.c
@@
-1146,11
+1146,11
@@
void ff_dsputilenc_init_mmx(DSPContext* c, AVCodecContext *avctx)
if (mm_flags & AV_CPU_FLAG_MMX2) {
- c->sum_abs_dctelem= sum_abs_dctelem_mmx2;
#if HAVE_YASM
c->hadamard8_diff[0]= ff_hadamard8_diff16_mmx2;
c->hadamard8_diff[1]= ff_hadamard8_diff_mmx2;
#endif
+ c->sum_abs_dctelem= sum_abs_dctelem_mmx2;
c->vsad[4]= vsad_intra16_mmx2;
if(!(avctx->flags & CODEC_FLAG_BITEXACT)){