~ubuntu-branches/ubuntu/hoary/kdemultimedia/hoary

« back to all changes in this revision

Viewing changes to mpeglib/example/yaf/yafxplayer/xplayer_control.h

  • Committer: Bazaar Package Importer
  • Author(s): Martin Schulze
  • Date: 2003-01-22 15:00:51 UTC
  • Revision ID: james.westby@ubuntu.com-20030122150051-uihwkdoxf15mi1tn
Tags: upstream-2.2.2
ImportĀ upstreamĀ versionĀ 2.2.2

Show diffs side-by-side

added added

removed removed

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