summaryrefslogtreecommitdiff
path: root/noncore
authorzecke <zecke>2002-07-08 21:06:22 (UTC)
committer zecke <zecke>2002-07-08 21:06:22 (UTC)
commit40a1b5f7519c70b5335937573e3425bbc9d0f690 (patch) (unidiff)
tree9aa449984d192b30fcf9f38d946a10ed696c0413 /noncore
parent6fc7de0c8dba90b84d65574e9d3022e10e41ddb3 (diff)
downloadopie-40a1b5f7519c70b5335937573e3425bbc9d0f690.zip
opie-40a1b5f7519c70b5335937573e3425bbc9d0f690.tar.gz
opie-40a1b5f7519c70b5335937573e3425bbc9d0f690.tar.bz2
fix the fix
Diffstat (limited to 'noncore') (more/less context) (show whitespace changes)
-rw-r--r--noncore/multimedia/opieplayer2/nullvideo.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/noncore/multimedia/opieplayer2/nullvideo.c b/noncore/multimedia/opieplayer2/nullvideo.c
index 877e49a..5224862 100644
--- a/noncore/multimedia/opieplayer2/nullvideo.c
+++ b/noncore/multimedia/opieplayer2/nullvideo.c
@@ -1,15 +1,15 @@
1 1
2/*#include <xine.h>*/ 2/*#include <xine.h>*/
3#include <stdlib.h> 3#include <stdlib.h>
4#include <stdio.h> 4#include <stdio.h>
5 5
6#include <video_out.h> 6#include <xine/video_out.h>
7#include <xine_internal.h> 7#include <xine/xine_internal.h>
8#include <xineutils.h> 8#include <xine/xineutils.h>
9#include <configfile.h> 9#include <xine/configfile.h>
10 10
11typedef struct null_driver_s null_driver_t; 11typedef struct null_driver_s null_driver_t;
12 12
13struct null_driver_s { 13struct null_driver_s {
14 vo_driver_t vo_driver; 14 vo_driver_t vo_driver;
15 uint32_t m_capabilities; 15 uint32_t m_capabilities;