vlc | branch: master | Francois Cartegnie <fcvlc...@free.fr> | Wed Sep 23 
23:05:02 2015 +0200| [e21aef464e4b3184dbf6d6345a8d9efcfe31b93c] | committer: 
Francois Cartegnie

demux: adaptative: add missing config.h

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=e21aef464e4b3184dbf6d6345a8d9efcfe31b93c
---

 modules/demux/adaptative/plumbing/Demuxer.hpp |    4 ++++
 1 file changed, 4 insertions(+)

diff --git a/modules/demux/adaptative/plumbing/Demuxer.hpp 
b/modules/demux/adaptative/plumbing/Demuxer.hpp
index ff5ee3b..db244ff 100644
--- a/modules/demux/adaptative/plumbing/Demuxer.hpp
+++ b/modules/demux/adaptative/plumbing/Demuxer.hpp
@@ -20,6 +20,10 @@
 #ifndef DEMUXER_HPP
 #define DEMUXER_HPP
 
+#ifdef HAVE_CONFIG_H
+# include "config.h"
+#endif
+
 #include <vlc_common.h>
 #include <string>
 

_______________________________________________
vlc-commits mailing list
vlc-commits@videolan.org
https://mailman.videolan.org/listinfo/vlc-commits

Reply via email to