[MPlayer-cvslog] r24201 - in trunk/TOOLS: Makefile netstream.c

diego subversion at mplayerhq.hu
Sat Aug 25 19:52:29 CEST 2007


Author: diego
Date: Sat Aug 25 19:52:29 2007
New Revision: 24201

Log:
Get netstream closer to linking.


Modified:
   trunk/TOOLS/Makefile
   trunk/TOOLS/netstream.c

Modified: trunk/TOOLS/Makefile
==============================================================================
--- trunk/TOOLS/Makefile	(original)
+++ trunk/TOOLS/Makefile	Sat Aug 25 19:52:29 2007
@@ -62,6 +62,7 @@ NETSTREAM_DEPS = ../libmpdemux/libmpdemu
                  ../m_struct.o \
                  ../mp_msg.o \
                  ../osdep/libosdep.a \
+                 ../mp_fifo.o \
                  -ltermcap -lm \
 
 ifeq ($(TARGET_WIN32),yes)

Modified: trunk/TOOLS/netstream.c
==============================================================================
--- trunk/TOOLS/netstream.c	(original)
+++ trunk/TOOLS/netstream.c	Sat Aug 25 19:52:29 2007
@@ -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;



More information about the MPlayer-cvslog mailing list