mirror of
https://github.com/mpv-player/mpv
synced 2025-01-30 11:42:04 +00:00
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
This commit is contained in:
parent
d4d454e307
commit
cc27c33317
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user