Mercurial > mplayer.hg
view mp_fifo.h @ 25341:baddb0681b2e
Add missing #include <stdio.h>, fixes the warning:
dct64_altivec.c: In function 'dct64_altivec':
dct64_altivec.c:74: warning: implicit declaration of function 'printf'
dct64_altivec.c:74: warning: incompatible implicit declaration of built-in function 'printf'
author | diego |
---|---|
date | Tue, 11 Dec 2007 23:25:36 +0000 |
parents | cd0ec0b1d931 |
children | dfca45ad9326 |
line wrap: on
line source
#ifndef MP_FIFO_H #define MP_FIFO_H int mplayer_get_key(int fd); void mplayer_put_key(int code); #endif