summaryrefslogtreecommitdiffstats
path: root/src/app/xineEngine.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/app/xineEngine.h')
-rw-r--r--src/app/xineEngine.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/app/xineEngine.h b/src/app/xineEngine.h
index 57017ce..bc2d389 100644
--- a/src/app/xineEngine.h
+++ b/src/app/xineEngine.h
@@ -10,6 +10,8 @@
#include <kurl.h>
#include <stdint.h>
#include <vector>
+#include <xine.h>
+
typedef struct xine_s xine_t;
typedef struct xine_stream_s xine_stream_t;
@@ -83,9 +85,7 @@ namespace Codeine
void channelsChanged( const TQStringList& );
private:
- #ifdef HAVE_XINE_H
static void xineEventListener( void*, const xine_event_t* );
- #endif
uint posTimeLength( PosTimeLength ) const;
void showErrorMessage();