diff options
author | Diego Biurrun <diego@biurrun.de> | 2006-10-08 09:38:22 +0000 |
---|---|---|
committer | Diego Biurrun <diego@biurrun.de> | 2006-10-08 09:38:22 +0000 |
commit | 8823419fc10a0fecde9c1cdc654bd659ab9df844 (patch) | |
tree | e568117afd29381ffd9a9711886263d87244cce6 /libavcodec/motion_test.c | |
parent | 400d0f8e473b120f3db821e82e9b6ece4ffc3a0f (diff) | |
download | ffmpeg-8823419fc10a0fecde9c1cdc654bd659ab9df844.tar.gz |
Compilation fix, printf gets redefined to please_use_av_log.
Originally committed as revision 6583 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/motion_test.c')
-rw-r--r-- | libavcodec/motion_test.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/libavcodec/motion_test.c b/libavcodec/motion_test.c index fbd296a305..f16321dd10 100644 --- 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); |