[vlc-commits] demux: dash: missing config.h

Francois Cartegnie git at videolan.org
Mon Jan 12 20:35:37 CET 2015


vlc | branch: master | Francois Cartegnie <fcvlcdev at free.fr> | Mon Jan 12 20:35:18 2015 +0100| [4e870b488bd7d407bb0c1c2485815fd99e095fb4] | committer: Francois Cartegnie

demux: dash: missing config.h

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

 modules/demux/dash/mpd/Url.hpp |    4 ++++
 1 file changed, 4 insertions(+)

diff --git a/modules/demux/dash/mpd/Url.hpp b/modules/demux/dash/mpd/Url.hpp
index 3fe09ad..a27eb38 100644
--- a/modules/demux/dash/mpd/Url.hpp
+++ b/modules/demux/dash/mpd/Url.hpp
@@ -20,6 +20,10 @@
 #ifndef URL_HPP
 #define URL_HPP
 
+#ifdef HAVE_CONFIG_H
+# include "config.h"
+#endif
+
 #include <string>
 #include <vector>
 #include <vlc_common.h>



More information about the vlc-commits mailing list