[vlc-commits] demux: dash: add missing config.h
Francois Cartegnie
git at videolan.org
Thu Mar 10 10:22:16 CET 2016
vlc | branch: master | Francois Cartegnie <fcvlcdev at free.fr> | Thu Mar 10 10:21:57 2016 +0100| [569f9289b45fa567e2380a9d4485dda84495f4ca] | committer: Francois Cartegnie
demux: dash: add missing config.h
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=569f9289b45fa567e2380a9d4485dda84495f4ca
---
modules/demux/dash/mpd/AdaptationSet.cpp | 3 +++
1 file changed, 3 insertions(+)
diff --git a/modules/demux/dash/mpd/AdaptationSet.cpp b/modules/demux/dash/mpd/AdaptationSet.cpp
index 9e6f827..c755503 100644
--- a/modules/demux/dash/mpd/AdaptationSet.cpp
+++ b/modules/demux/dash/mpd/AdaptationSet.cpp
@@ -21,6 +21,9 @@
* along with this program; if not, write to the Free Software Foundation,
* Inc., 51 Franklin Street, Fifth Floor, Boston MA 02110-1301, USA.
*****************************************************************************/
+#ifdef HAVE_CONFIG_H
+# include "config.h"
+#endif
#include "AdaptationSet.h"
#include "Representation.h"
More information about the vlc-commits
mailing list