view mp_fifo.h @ 23785:593df57c3134

Do not test for the existence of device files during configuration, it fails for packagers, crosscompilers or other cases where the binaries are built on a machine different from the one they are run on.
author diego
date Tue, 17 Jul 2007 12:37:16 +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