Makefile: remove --disable-httpd
commit44f318cbf221cf39fe0635b95706807139d1822b
authorRémi Denis-Courmont <remi@remlab.net>
Sun, 23 Jul 2017 16:53:58 +0000 (23 19:53 +0300)
committerRémi Denis-Courmont <remi@remlab.net>
Tue, 25 Jul 2017 15:20:46 +0000 (25 18:20 +0300)
tree4b939da608089cb141f44aa2efbe9792360b86c9
parent92bf3acdaa80e51fd6b69bde36a7f9b01f4cfb20
Makefile: remove --disable-httpd

Unlike, say stream output, the HTTP server has no hooks anywhere within
the rest of the core: it is used exclusively through calls from modules
to the LibVLC run-time.

Thus, if no modules use it, the code will be eliminated by linker (in
static builds) or not paged in (in dynamic builds). There is not much
point in adding a build-time option to turn it off. It only creates
problems with keeping missing.c in sync.
configure.ac
share/Makefile.am
src/Makefile.am
src/missing.c