summaryrefslogtreecommitdiffstats
path: root/libmpdemux/stream.h
diff options
context:
space:
mode:
Diffstat (limited to 'libmpdemux/stream.h')
-rw-r--r--libmpdemux/stream.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/libmpdemux/stream.h b/libmpdemux/stream.h
index 3c3b547289..f9aa74d9d2 100644
--- a/libmpdemux/stream.h
+++ b/libmpdemux/stream.h
@@ -47,7 +47,7 @@
#define STREAM_CTRL_RESET 0
-#ifdef STREAMING
+#ifdef MPLAYER_NETWORK
#include "network.h"
#endif
@@ -93,7 +93,7 @@ typedef struct stream_st {
void* cache_data;
void* priv; // used for DVD, TV, RTSP etc
char* url; // strdup() of filename/url
-#ifdef STREAMING
+#ifdef MPLAYER_NETWORK
streaming_ctrl_t *streaming_ctrl;
#endif
unsigned char buffer[STREAM_BUFFER_SIZE>VCD_SECTOR_SIZE?STREAM_BUFFER_SIZE:VCD_SECTOR_SIZE];