From 7728f7bd1289219fe52a9583465c16b9bdf5b691 Mon Sep 17 00:00:00 2001 From: diego Date: Sat, 25 Aug 2007 17:52:29 +0000 Subject: Get netstream closer to linking. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@24201 b3059339-0415-0410-9bf9-f77b7e298cf2 --- TOOLS/Makefile | 1 + TOOLS/netstream.c | 2 ++ 2 files changed, 3 insertions(+) (limited to 'TOOLS') 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; -- cgit v1.2.3