summaryrefslogtreecommitdiffstats
path: root/TOOLS
diff options
context:
space:
mode:
authordiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2007-08-25 17:52:29 +0000
committerdiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2007-08-25 17:52:29 +0000
commit7728f7bd1289219fe52a9583465c16b9bdf5b691 (patch)
tree47301be0654b67ec5c72825410518cbddddc7d9c /TOOLS
parentf04257530ad5d337f69e40a643f1090a4436506a (diff)
downloadmpv-7728f7bd1289219fe52a9583465c16b9bdf5b691.tar.bz2
mpv-7728f7bd1289219fe52a9583465c16b9bdf5b691.tar.xz
Get netstream closer to linking.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@24201 b3059339-0415-0410-9bf9-f77b7e298cf2
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;