Author: diego Date: Sat Mar 17 01:28:59 2007 New Revision: 22659 Modified: trunk/TOOLS/netstream/netstream.c Log: Bring somewhat closer to linking, still won't work, though. Modified: trunk/TOOLS/netstream/netstream.c ============================================================================== --- trunk/TOOLS/netstream/netstream.c (original) +++ trunk/TOOLS/netstream/netstream.c Sat Mar 17 01:28:59 2007 @@ -342,7 +342,7 @@ int main(int argc, char** argv) { struct sockaddr_in addr; mp_msg_init(); - mp_msg_set_level(verbose+MSGL_STATUS); + // mp_msg_set_level(verbose+MSGL_STATUS); #ifdef __MINGW32__ WSADATA wsaData; @@ -397,8 +397,6 @@ int mp_input_check_interrupt(int time){ // for libdvdread: #include "get_path.c" -int verbose=0; - int stream_cache_size=0; // for demux_ogg:
participants (1)
-
diego