summaryrefslogtreecommitdiffstats
path: root/TOOLS
diff options
context:
space:
mode:
authordiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2007-03-17 00:28:59 +0000
committerdiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2007-03-17 00:28:59 +0000
commitcc27c333172894e05df2a185238a1a59211222a9 (patch)
treea3b3097163b4d0e27cc7b2390247eb3aff28c02a /TOOLS
parentd4d454e307546655370a8f34a8407f7d0f18e622 (diff)
downloadmpv-cc27c333172894e05df2a185238a1a59211222a9.tar.bz2
mpv-cc27c333172894e05df2a185238a1a59211222a9.tar.xz
Bring somewhat closer to linking, still won't work, though.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22659 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'TOOLS')
-rw-r--r--TOOLS/netstream/netstream.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/TOOLS/netstream/netstream.c b/TOOLS/netstream/netstream.c
index f1277477ec..ba2895daad 100644
--- a/TOOLS/netstream/netstream.c
+++ b/TOOLS/netstream/netstream.c
@@ -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: