# HG changeset patch # User diego # Date 1188064349 0 # Node ID fe3fd951b8cc00c9de529e09ffe123fafcadffc8 # Parent 73aafdcc92fc3c8c96c307b676a9a7c946563a47 Get netstream closer to linking. diff -r 73aafdcc92fc -r fe3fd951b8cc TOOLS/Makefile --- a/TOOLS/Makefile Sat Aug 25 17:39:15 2007 +0000 +++ b/TOOLS/Makefile Sat Aug 25 17:52:29 2007 +0000 @@ -62,6 +62,7 @@ ../m_struct.o \ ../mp_msg.o \ ../osdep/libosdep.a \ + ../mp_fifo.o \ -ltermcap -lm \ ifeq ($(TARGET_WIN32),yes) diff -r 73aafdcc92fc -r fe3fd951b8cc TOOLS/netstream.c --- a/TOOLS/netstream.c Sat Aug 25 17:39:15 2007 +0000 +++ b/TOOLS/netstream.c Sat Aug 25 17:52:29 2007 +0000 @@ -397,7 +397,9 @@ // for libdvdread: #include "get_path.c" +// linking hacks int stream_cache_size=0; +int index_mode=0; // for demux_ogg: void* vo_sub=NULL;