[vlc-commits] http old: rename the module

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


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

http old: rename the module

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

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

diff --git a/modules/access/http.c b/modules/access/http.c
index fe7c002077..d464032abe 100644
--- a/modules/access/http.c
+++ b/modules/access/http.c
@@ -31,6 +31,9 @@
 # include "config.h"
 #endif
 
+#undef MODULE_STRING
+#define MODULE_STRING "oldhttp"
+
 #include <errno.h>
 
 #include <vlc_common.h>



More information about the vlc-commits mailing list