Get netstream closer to linking.
author |
diego |
date |
Sat, 25 Aug 2007 17:52:29 +0000 |
parents |
73aafdcc92fc |
children |
8d6ad131c010 |
files |
TOOLS/Makefile TOOLS/netstream.c |
diffstat |
2 files changed, 3 insertions(+), 0 deletions(-)
[+]
|
line diff
--- 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)
--- 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;