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

Francois Cartegnie git at videolan.org
Thu Mar 10 10:17:43 CET 2016


vlc | branch: master | Francois Cartegnie <fcvlcdev at free.fr> | Thu Mar 10 10:17:03 2016 +0100| [3925299b9edaa1b4079064a2f93a4573d5a8a145] | committer: Francois Cartegnie

demux: dash: add missing config.h

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

 modules/demux/dash/mpd/Period.cpp |    3 +++
 1 file changed, 3 insertions(+)

diff --git a/modules/demux/dash/mpd/Period.cpp b/modules/demux/dash/mpd/Period.cpp
index a57b2d5..905b9eb 100644
--- a/modules/demux/dash/mpd/Period.cpp
+++ b/modules/demux/dash/mpd/Period.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 "Period.h"
 #include "MPD.h"



More information about the vlc-commits mailing list