diff options
| author | Darren Salt <linux@youmustbejoking.demon.co.uk> | 2007-12-20 23:04:55 +0000 |
|---|---|---|
| committer | Darren Salt <linux@youmustbejoking.demon.co.uk> | 2007-12-20 23:04:55 +0000 |
| commit | d92d390d8f4cf6198c36e88af9bbadc203ca49d6 (patch) | |
| tree | 5e9732127aab14d9377ce242876826aa8b37edf7 /src/video_out | |
| parent | dba3aa42580ef3e9cba57df71a231bc00679c551 (diff) | |
| download | xine-lib-d92d390d8f4cf6198c36e88af9bbadc203ca49d6.tar.gz xine-lib-d92d390d8f4cf6198c36e88af9bbadc203ca49d6.tar.bz2 | |
Correct some #includes.
Diffstat (limited to 'src/video_out')
| -rw-r--r-- | src/video_out/xxmc.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/video_out/xxmc.h b/src/video_out/xxmc.h index d6cd7e514..9aea10854 100644 --- a/src/video_out/xxmc.h +++ b/src/video_out/xxmc.h @@ -86,7 +86,7 @@ #include <xine/video_out.h> #include <xine/xine_internal.h> #include <xine/xineutils.h> -#include "vo_scale.h" +#include <xine/vo_scale.h> #include "x11osd.h" #include "accel_xvmc.h" |
