[vlc-commits] demux: fix incorrectly referenced HTTPConnection.hpp
    Steve Lhomme 
    git at videolan.org
       
    Sat May 16 11:17:03 CEST 2015
    
    
  
vlc | branch: master | Steve Lhomme <robUx4 at videolabs.io> | 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 <remi at remlab.net>
> 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 \
    
    
More information about the vlc-commits
mailing list