summaryrefslogtreecommitdiffstats
path: root/TOOLS
diff options
context:
space:
mode:
Diffstat (limited to 'TOOLS')
-rw-r--r--TOOLS/Makefile1
-rw-r--r--TOOLS/netstream.c2
2 files changed, 3 insertions, 0 deletions
diff --git a/TOOLS/Makefile b/TOOLS/Makefile
index 2ab9384f8a..510406cc99 100644
--- a/TOOLS/Makefile
+++ b/TOOLS/Makefile
@@ -62,6 +62,7 @@ NETSTREAM_DEPS = ../libmpdemux/libmpdemux.a \
../m_struct.o \
../mp_msg.o \
../osdep/libosdep.a \
+ ../mp_fifo.o \
-ltermcap -lm \
ifeq ($(TARGET_WIN32),yes)
diff --git a/TOOLS/netstream.c b/TOOLS/netstream.c
index ba2895daad..22a5b149d3 100644
--- a/TOOLS/netstream.c
+++ b/TOOLS/netstream.c
@@ -397,7 +397,9 @@ int mp_input_check_interrupt(int time){
// for libdvdread:
#include "get_path.c"
+// linking hacks
int stream_cache_size=0;
+int index_mode=0;
// for demux_ogg:
void* vo_sub=NULL;