[vlc-commits] access: add nfs module

Thomas Guillem git at videolan.org
Mon Jan 11 16:45:08 CET 2016


vlc | branch: master | Thomas Guillem <thomas at gllm.fr> | Fri Jan  8 18:36:28 2016 +0100| [af39d39563a666141f22e1196e8d6710a9cb631d] | committer: Thomas Guillem

access: add nfs module

This module implements nfs file read and browsing via libnfs, see
https://github.com/sahlberg/libnfs .

This module use the *_async functions of libnfs and is interruptible via
vlc_interrupt.

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=af39d39563a666141f22e1196e8d6710a9cb631d
---

 NEWS                       |    1 +
 configure.ac               |    5 +
 modules/MODULES_LIST       |    1 +
 modules/access/Makefile.am |    7 +
 modules/access/nfs.c       |  765 ++++++++++++++++++++++++++++++++++++++++++++
 5 files changed, 779 insertions(+)

Diff:   http://git.videolan.org/gitweb.cgi/vlc.git/?a=commitdiff;h=af39d39563a666141f22e1196e8d6710a9cb631d


More information about the vlc-commits mailing list