projects
/
libav.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
400d0f8
)
Compilation fix, printf gets redefined to please_use_av_log.
author
Diego Biurrun
<diego@biurrun.de>
Sun, 8 Oct 2006 09:38:22 +0000
(09:38 +0000)
committer
Diego Biurrun
<diego@biurrun.de>
Sun, 8 Oct 2006 09:38:22 +0000
(09:38 +0000)
Originally committed as revision 6583 to svn://svn.ffmpeg.org/ffmpeg/trunk
libavcodec/motion_test.c
patch
|
blob
|
blame
|
history
diff --git
a/libavcodec/motion_test.c
b/libavcodec/motion_test.c
index
fbd296a
..
f16321d
100644
(file)
--- a/
libavcodec/motion_test.c
+++ b/
libavcodec/motion_test.c
@@
-33,6
+33,8
@@
#include "i386/mmx.h"
+#undef printf
+
int pix_abs16x16_mmx(uint8_t *blk1, uint8_t *blk2, int lx);
int pix_abs16x16_mmx1(uint8_t *blk1, uint8_t *blk2, int lx);
int pix_abs16x16_x2_mmx(uint8_t *blk1, uint8_t *blk2, int lx);