summaryrefslogtreecommitdiffstats
path: root/stream
diff options
context:
space:
mode:
Diffstat (limited to 'stream')
-rw-r--r--stream/realrtsp/real.c3
-rw-r--r--stream/stream_cdda.c3
-rw-r--r--stream/stream_netstream.c3
3 files changed, 6 insertions, 3 deletions
diff --git a/stream/realrtsp/real.c b/stream/realrtsp/real.c
index f3c09a364d..2d6140e8f6 100644
--- a/stream/realrtsp/real.c
+++ b/stream/realrtsp/real.c
@@ -31,7 +31,8 @@
#include <string.h>
#include "../config.h"
-#include "../bswap.h"
+#include "libavutil/common.h"
+#include "libavutil/bswap.h"
#include "real.h"
#include "asmrp.h"
#include "sdpplin.h"
diff --git a/stream/stream_cdda.c b/stream/stream_cdda.c
index 081667c819..8333acc618 100644
--- a/stream/stream_cdda.c
+++ b/stream/stream_cdda.c
@@ -3,7 +3,8 @@
#include "stream.h"
#include "m_option.h"
#include "m_struct.h"
-#include "bswap.h"
+#include "libavutil/common.h"
+#include "libavutil/bswap.h"
#include <stdio.h>
#include <stdlib.h>
diff --git a/stream/stream_netstream.c b/stream/stream_netstream.c
index a9a789eb9c..f8205ae87c 100644
--- a/stream/stream_netstream.c
+++ b/stream/stream_netstream.c
@@ -60,7 +60,8 @@
#include "help_mp.h"
#include "m_option.h"
#include "m_struct.h"
-#include "bswap.h"
+#include "libavutil/common.h"
+#include "libavutil/bswap.h"
#include "netstream.h"
#include "tcp.h"