summaryrefslogtreecommitdiffstats
path: root/libmpdemux/stream_livedotcom.c
diff options
context:
space:
mode:
Diffstat (limited to 'libmpdemux/stream_livedotcom.c')
-rw-r--r--libmpdemux/stream_livedotcom.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/libmpdemux/stream_livedotcom.c b/libmpdemux/stream_livedotcom.c
index b07e18d406..20c6a82499 100644
--- a/libmpdemux/stream_livedotcom.c
+++ b/libmpdemux/stream_livedotcom.c
@@ -1,7 +1,6 @@
#include "config.h"
-#ifdef MPLAYER_NETWORK
#include <unistd.h>
#include <stdlib.h>
#include <stdio.h>
@@ -12,8 +11,6 @@
#include "demuxer.h"
#include "help_mp.h"
-#ifdef STREAMING_LIVE555
-
extern int network_bandwidth;
static int _rtsp_streaming_seek(int fd, off_t pos, streaming_ctrl_t* streaming_ctrl) {
@@ -120,6 +117,3 @@ stream_info_t stream_info_sdp = {
NULL,
0 // Urls are an option string
};
-
-#endif
-#endif