[vlc-devel] [PATCH 1/2] Added libcloudstorage to build system.

Paweł Wegner pawel.wegner95 at gmail.com
Fri Oct 28 11:04:27 CEST 2016


If I didn't miss any mail, I applied myself to all the comments from
previous iterations.
Actually you can compile libcloudstorage without cURL and OpenSSL, these
are not the required dependencies(libmicrohttpd doesn't depend on those).
About XML and JSON parsers, I don't know how to fix that, should those
parsers be pasted into libcloudstorage
so it doesn't link to libjsoncpp and tinyxml2? Or should I make the user of
the library responsible for
providing the implementation of parsers, which seems to me like an overkill
(I already do so with the http and crypto interface).


2016-10-28 8:59 GMT+02:00 Rémi Denis-Courmont <remi at remlab.net>:

> Sorry but:
>
> - OpenSSL is not an acceptable dependency.
> - cURL is not acceptable either; we have our own URL/stream abstraction.
> - We already an HTTP server stack.
> - We already have XML and JSON parsers.
>
> So thanks but no thanks. And don´t repost if you ignore comments from
> previous
> iterations.
>
> --
> Rémi Denis-Courmont
> Nonsponsored VLC developer
> http://www.remlab.net/CV.pdf
>
> _______________________________________________
> vlc-devel mailing list
> To unsubscribe or modify your subscription options:
> https://mailman.videolan.org/listinfo/vlc-devel
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mailman.videolan.org/pipermail/vlc-devel/attachments/20161028/46ec0e4f/attachment.html>


More information about the vlc-devel mailing list