diff options
Diffstat (limited to 'stream')
-rw-r--r-- | stream/librtsp/rtsp_rtp.c | 4 | ||||
-rw-r--r-- | stream/librtsp/rtsp_session.c | 12 | ||||
-rw-r--r-- | stream/realrtsp/real.c | 2 | ||||
-rw-r--r-- | stream/realrtsp/real.h | 2 | ||||
-rw-r--r-- | stream/realrtsp/sdpplin.c | 2 | ||||
-rw-r--r-- | stream/realrtsp/sdpplin.h | 2 |
6 files changed, 12 insertions, 12 deletions
diff --git a/stream/librtsp/rtsp_rtp.c b/stream/librtsp/rtsp_rtp.c index 8b3d08ba78..fd01524d89 100644 --- a/stream/librtsp/rtsp_rtp.c +++ b/stream/librtsp/rtsp_rtp.c @@ -42,8 +42,8 @@ #include "rtsp.h" #include "rtsp_rtp.h" #include "rtsp_session.h" -#include "../freesdp/common.h" -#include "../freesdp/parser.h" +#include "stream/freesdp/common.h" +#include "stream/freesdp/parser.h" #define RTSP_DEFAULT_PORT 31336 #define MAX_LENGTH 256 diff --git a/stream/librtsp/rtsp_session.c b/stream/librtsp/rtsp_session.c index eab6ae7ba7..5e897ba777 100644 --- a/stream/librtsp/rtsp_session.c +++ b/stream/librtsp/rtsp_session.c @@ -48,15 +48,15 @@ #include <inttypes.h> #include "mp_msg.h" -#include "../url.h" -#include "../rtp.h" #include "rtsp.h" #include "rtsp_rtp.h" #include "rtsp_session.h" -#include "../realrtsp/real.h" -#include "../realrtsp/rmff.h" -#include "../realrtsp/asmrp.h" -#include "../realrtsp/xbuffer.h" +#include "stream/url.h" +#include "stream/rtp.h" +#include "stream/realrtsp/real.h" +#include "stream/realrtsp/rmff.h" +#include "stream/realrtsp/asmrp.h" +#include "stream/realrtsp/xbuffer.h" /* #define LOG diff --git a/stream/realrtsp/real.c b/stream/realrtsp/real.c index 62670f4726..6a7ef4e47b 100644 --- a/stream/realrtsp/real.c +++ b/stream/realrtsp/real.c @@ -38,7 +38,7 @@ #include "xbuffer.h" #include "libavutil/md5.h" #include "libavutil/intreadwrite.h" -#include "../http.h" +#include "stream/http.h" #include "mp_msg.h" /* diff --git a/stream/realrtsp/real.h b/stream/realrtsp/real.h index 37ac03b28e..0569a3db74 100644 --- a/stream/realrtsp/real.h +++ b/stream/realrtsp/real.h @@ -31,7 +31,7 @@ #define MPLAYER_REAL_H #include "rmff.h" -#include "../librtsp/rtsp.h" +#include "stream/librtsp/rtsp.h" #define HEADER_SIZE 4096 diff --git a/stream/realrtsp/sdpplin.c b/stream/realrtsp/sdpplin.c index 31514befeb..80dc49edaa 100644 --- a/stream/realrtsp/sdpplin.c +++ b/stream/realrtsp/sdpplin.c @@ -27,7 +27,7 @@ */ #include "config.h" -#include "../librtsp/rtsp.h" +#include "stream/librtsp/rtsp.h" #include "sdpplin.h" #include "xbuffer.h" #include "mp_msg.h" diff --git a/stream/realrtsp/sdpplin.h b/stream/realrtsp/sdpplin.h index ff79c49775..658aeaf0ed 100644 --- a/stream/realrtsp/sdpplin.h +++ b/stream/realrtsp/sdpplin.h @@ -30,7 +30,7 @@ #define MPLAYER_SDPPLIN_H #include "rmff.h" -#include "../librtsp/rtsp.h" +#include "stream/librtsp/rtsp.h" typedef struct { |