[SUGGESTIIONS] g2/stream/README, g2/stream/stream_smb.c
Fabian Franz <[email protected]>
| Newsgroups | gmane.comp.video.mplayer.g2.devel |
|---|---|
| Message-ID | <[email protected]> |
Hi, update g2/stream/README to reflect that smb is suppported. (and cue after applying my patch ;) ) Change //err = smbc_init(smb_auth_fn, 10); // Initialize libsmbclient err = smbc_init(smb_auth_fn, 0); // Initialize libsmbclient As 10 is really tooo verbose. Is it possible for the module to query the verbose(level)-var ? Or can it just be used as it was in g1 ? cu Fabian