[vlc-commits] demux: adaptative: add missing config.h

Francois Cartegnie git at videolan.org
Wed Sep 23 23:05:24 CEST 2015


vlc | branch: master | Francois Cartegnie <fcvlcdev at 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>
 



More information about the vlc-commits mailing list