projects
/
libav.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
fixed config for direct mplayer build compatibility
[libav.git]
/
libavcodec
/
dsputil.h
diff --git
a/libavcodec/dsputil.h
b/libavcodec/dsputil.h
index
717653e
..
fa8eb23
100644
(file)
--- a/
libavcodec/dsputil.h
+++ b/
libavcodec/dsputil.h
@@
-61,7
+61,7
@@
int pix_abs16x16_x2_c(UINT8 *blk1, UINT8 *blk2, int lx, int h);
int pix_abs16x16_y2_c(UINT8 *blk1, UINT8 *blk2, int lx, int h);
int pix_abs16x16_xy2_c(UINT8 *blk1, UINT8 *blk2, int lx, int h);
-#ifdef
CONFIG
_MMX
+#ifdef
HAVE
_MMX
#define MM_MMX 0x0001 /* standard MMX */
#define MM_3DNOW 0x0004 /* AMD 3DNOW */