[vlc-commits] Dash: Fix win32 compilation
Jean-Baptiste Kempf
git at videolan.org
Thu Nov 13 12:53:04 CET 2014
vlc | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Thu Nov 13 12:52:29 2014 +0100| [300f4711c2989b67253f79b535053e8dc223a05d] | committer: Jean-Baptiste Kempf
Dash: Fix win32 compilation
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=300f4711c2989b67253f79b535053e8dc223a05d
---
modules/stream_filter/dash/Logger.h | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/modules/stream_filter/dash/Logger.h b/modules/stream_filter/dash/Logger.h
index 67931a5..90fdccb 100644
--- a/modules/stream_filter/dash/Logger.h
+++ b/modules/stream_filter/dash/Logger.h
@@ -20,6 +20,10 @@
#ifndef LOGGER_H
#define LOGGER_H
+#ifdef HAVE_CONFIG_H
+# include "config.h"
+#endif
+
#include <vlc_common.h>
#include <string>
More information about the vlc-commits
mailing list