comparison i386/cputest.c @ 3944:edacbbf46a19 libavcodec

Compilation fix, printf gets redefined to please_use_av_log.
author diego
date Sat, 07 Oct 2006 11:30:24 +0000
parents c537a97eec66
children c8c591fe26f8
comparison
equal deleted inserted replaced
3943:811a9b0d9f32 3944:edacbbf46a19
18 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA 18 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
19 */ 19 */
20 20
21 #include <stdlib.h> 21 #include <stdlib.h>
22 #include "../dsputil.h" 22 #include "../dsputil.h"
23
24 #undef printf
23 25
24 #ifdef ARCH_X86_64 26 #ifdef ARCH_X86_64
25 # define REG_b "rbx" 27 # define REG_b "rbx"
26 # define REG_S "rsi" 28 # define REG_S "rsi"
27 #else 29 #else