[vlc-commits] demux: adaptative: fix build
Thomas Guillem
git at videolan.org
Fri Jul 24 17:24:22 CEST 2015
vlc | branch: master | Thomas Guillem <thomas at gllm.fr> | Fri Jul 24 17:07:53 2015 +0200| [5e3ceea1729b0e5cd2710c4ac6f99fa8a0f29331] | committer: Thomas Guillem
demux: adaptative: fix build
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=5e3ceea1729b0e5cd2710c4ac6f99fa8a0f29331
---
modules/demux/adaptative/logic/Representationselectors.hpp | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/modules/demux/adaptative/logic/Representationselectors.hpp b/modules/demux/adaptative/logic/Representationselectors.hpp
index b63aa3f..75d9d4b 100644
--- a/modules/demux/adaptative/logic/Representationselectors.hpp
+++ b/modules/demux/adaptative/logic/Representationselectors.hpp
@@ -20,6 +20,10 @@
#ifndef REPRESENTATIONSELECTORS_HPP
#define REPRESENTATIONSELECTORS_HPP
+#ifdef HAVE_CONFIG_H
+# include "config.h"
+#endif
+
#include <vector>
#include <vlc_common.h>
More information about the vlc-commits
mailing list