[vlc-commits] http: rename the access "http" rather than "access"

Rémi Denis-Courmont git at videolan.org
Sat Nov 17 15:27:26 CET 2018


vlc | branch: master | Rémi Denis-Courmont <remi at remlab.net> | Sat Nov 17 16:22:08 2018 +0200| [e02a267c432236cb2caa22e52634b36730bf3512] | committer: Rémi Denis-Courmont

http: rename the access "http" rather than "access"

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

 modules/access/http/access.c | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/modules/access/http/access.c b/modules/access/http/access.c
index b6d57a7837..bda906b47b 100644
--- a/modules/access/http/access.c
+++ b/modules/access/http/access.c
@@ -22,6 +22,9 @@
 # include "config.h"
 #endif
 
+#undef MODULE_STRING
+#define MODULE_STRING "http"
+
 #include <assert.h>
 #include <stdint.h>
 #include <string.h>



More information about the vlc-commits mailing list