diff options
| author | Diego 'Flameeyes' Pettenò <flameeyes@gmail.com> | 2007-12-19 02:59:06 +0100 |
|---|---|---|
| committer | Diego 'Flameeyes' Pettenò <flameeyes@gmail.com> | 2007-12-19 02:59:06 +0100 |
| commit | 9da4e2dde0da695c240cf48390217ac97cb10c1c (patch) | |
| tree | 6a4dcba302c005c5b336d06ed2b3bd67523261ad /src/libreal | |
| parent | f80c8d4d48e7a5ef6ac6c9f2a4dfdb39f40aaff6 (diff) | |
| download | xine-lib-9da4e2dde0da695c240cf48390217ac97cb10c1c.tar.gz xine-lib-9da4e2dde0da695c240cf48390217ac97cb10c1c.tar.bz2 | |
Update all the code to the new headers layout.
Diffstat (limited to 'src/libreal')
| -rw-r--r-- | src/libreal/real_common.h | 2 | ||||
| -rw-r--r-- | src/libreal/xine_real_audio_decoder.c | 8 | ||||
| -rw-r--r-- | src/libreal/xine_real_video_decoder.c | 8 |
3 files changed, 9 insertions, 9 deletions
diff --git a/src/libreal/real_common.h b/src/libreal/real_common.h index 1e3d8c264..74dc5e6e2 100644 --- a/src/libreal/real_common.h +++ b/src/libreal/real_common.h @@ -23,7 +23,7 @@ #ifndef __REAL_COMMON_H__ #define __REAL_COMMON_H__ -#include "xine_internal.h" +#include <xine/xine_internal.h> /* * some fake functions to make real codecs happy diff --git a/src/libreal/xine_real_audio_decoder.c b/src/libreal/xine_real_audio_decoder.c index 5c43f8480..bc928975d 100644 --- a/src/libreal/xine_real_audio_decoder.c +++ b/src/libreal/xine_real_audio_decoder.c @@ -38,10 +38,10 @@ */ #include "bswap.h" -#include "xine_internal.h" -#include "video_out.h" -#include "buffer.h" -#include "xineutils.h" +#include <xine/xine_internal.h> +#include <xine/video_out.h> +#include <xine/buffer.h> +#include <xine/xineutils.h> #include "real_common.h" diff --git a/src/libreal/xine_real_video_decoder.c b/src/libreal/xine_real_video_decoder.c index 617c9f6b5..a32b3d3ef 100644 --- a/src/libreal/xine_real_video_decoder.c +++ b/src/libreal/xine_real_video_decoder.c @@ -37,10 +37,10 @@ #define LOG */ #include "bswap.h" -#include "xine_internal.h" -#include "video_out.h" -#include "buffer.h" -#include "xineutils.h" +#include <xine/xine_internal.h> +#include <xine/video_out.h> +#include <xine/buffer.h> +#include <xine/xineutils.h> #include "real_common.h" |
