projects
/
ffmpeg.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
64bfc58
)
Use ARCH_X86_32 instead of !ARCH_X86_64, it is more straightforward.
author
Diego Biurrun
<diego@biurrun.de>
Mon, 22 Dec 2008 00:03:30 +0000
(
00:03
+0000)
committer
Diego Biurrun
<diego@biurrun.de>
Mon, 22 Dec 2008 00:03:30 +0000
(
00:03
+0000)
Originally committed as revision 16262 to svn://svn.ffmpeg.org/ffmpeg/trunk
libavcodec/i386/dsputil_mmx.c
patch
|
blob
|
history
diff --git
a/libavcodec/i386/dsputil_mmx.c
b/libavcodec/i386/dsputil_mmx.c
index
0fd4f01
..
2ec8c32
100644
(file)
--- a/
libavcodec/i386/dsputil_mmx.c
+++ b/
libavcodec/i386/dsputil_mmx.c
@@
-2866,7
+2866,7
@@
void dsputil_init_mmx(DSPContext* c, AVCodecContext *avctx)
#if defined(CONFIG_GPL) && defined(HAVE_YASM)
if( mm_flags&FF_MM_MMXEXT ){
-#if
ndef ARCH_X86_64
+#if
def ARCH_X86_32
c->h264_v_loop_filter_luma_intra = ff_x264_deblock_v_luma_intra_mmxext;
c->h264_h_loop_filter_luma_intra = ff_x264_deblock_h_luma_intra_mmxext;
#endif