[vlc-devel] [PATCH] demux: adaptive: AuthStorage is in the namespace of adaptive::http
Zhao Zhili
quinkblack at foxmail.com
Sat Oct 28 08:18:16 CEST 2017
---
modules/demux/adaptive/adaptive.cpp | 1 +
1 file changed, 1 insertion(+)
diff --git a/modules/demux/adaptive/adaptive.cpp b/modules/demux/adaptive/adaptive.cpp
index 78061ab7fe..4b4792cf8e 100644
--- a/modules/demux/adaptive/adaptive.cpp
+++ b/modules/demux/adaptive/adaptive.cpp
@@ -48,6 +48,7 @@
#include "../smooth/SmoothStream.hpp"
#include "../smooth/playlist/Parser.hpp"
+using namespace adaptive::http;
using namespace adaptive::logic;
using namespace adaptive::playlist;
using namespace adaptive::xml;
--
2.14.2
More information about the vlc-devel
mailing list