view mp_fifo.h @ 25973:ef4297ed0d12

libvo: change asm syntax to use ASMALIGN and " # nop" Change ".balign 16\n\t" to ASMALIGN(4) and "/nop" to " # nop". The new version is what other code in MPlayer uses, and works with old assembler versions like that used on OS X.
author uau
date Fri, 15 Feb 2008 21:52:34 +0000
parents dfca45ad9326
children 4129c8cfa742
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 /* MP_FIFO_H */