1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25
#ifndef __XPLAYER_CONTROL_H #define __XPLAYER_CONTROL_H #include "../yafcore/inputInterface.h" #include "../yafcore/outputInterface.h" #include "inputDecoderXPlayer.h" #include "../yafcore/parser.h" #include "../yafcore/yaf_control.h" #include <sys/time.h> #include <unistd.h> #include <fcntl.h> #include <stdio.h> // prototypes #endif