view mp_fifo.h @ 25324:f155e65885e1

Remove pointless HAVE_ALTIVEC around the whole file, it is only compiled when HAVE_ALTIVEC is set anyway.
author diego
date Tue, 11 Dec 2007 19:52:17 +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