[vlc-devel] [PATCH] lua: Do not compile broken metachannels script

Marvin Scholz epirat07 at gmail.com
Tue Jul 19 00:21:46 CEST 2016


The current metachannels script is broken, as the API it uses was
deprecated and it's not trivial to migrate to the new API, which uses
OAuth. This removes it from the makefile so it's not compiled and not
included in VLC, as a broken script is not useful for the user.
---
 share/Makefile.am | 1 -
 1 file changed, 1 deletion(-)

diff --git a/share/Makefile.am b/share/Makefile.am
index 17534fc..4a5458e 100644
--- a/share/Makefile.am
+++ b/share/Makefile.am
@@ -159,7 +159,6 @@ nobase_vlclib_DATA = \
 	lua/sd/icecast.luac \
 	lua/sd/icast.luac \
 	lua/sd/jamendo.luac \
-	lua/sd/metachannels.luac \
 	$(NULL)
 
 nobase_doc_DATA = \
-- 
2.7.4 (Apple Git-66)



More information about the vlc-devel mailing list