vlc | branch: master | Zhao Zhili <[email protected]> | Sat Oct 28 14:18:16 2017 +0800| [89a058531937cc4c06de314897646de3658b5e01] | committer: Jean-Baptiste Kempf
demux: adaptive: AuthStorage is in the namespace of adaptive::http Signed-off-by: Jean-Baptiste Kempf <[email protected]> > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=89a058531937cc4c06de314897646de3658b5e01 --- 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; _______________________________________________ vlc-commits mailing list [email protected] https://mailman.videolan.org/listinfo/vlc-commits
