vlc | branch: master | Steve Lhomme <[email protected]> | Fri May 15 14:02:54 2015 +0200| [848658f2d8d1fef965e465b9d3888abb015d4eab] | committer: Rémi Denis-Courmont
demux: fix incorrectly referenced HTTPConnection.hpp Signed-off-by: Rémi Denis-Courmont <[email protected]> > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=848658f2d8d1fef965e465b9d3888abb015d4eab --- modules/demux/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/demux/Makefile.am b/modules/demux/Makefile.am index 5bddd34..cb34603 100644 --- a/modules/demux/Makefile.am +++ b/modules/demux/Makefile.am @@ -327,7 +327,7 @@ libdash_plugin_la_SOURCES += \ demux/adaptative/http/Chunk.cpp \ demux/adaptative/http/Chunk.h \ demux/adaptative/http/HTTPConnection.cpp \ - demux/adaptative/http/HTTPConnection.h \ + demux/adaptative/http/HTTPConnection.hpp \ demux/adaptative/http/HTTPConnectionManager.cpp \ demux/adaptative/http/HTTPConnectionManager.h \ demux/adaptative/http/Sockets.hpp \ _______________________________________________ vlc-commits mailing list [email protected] https://mailman.videolan.org/listinfo/vlc-commits
