[vlc-devel] [PATCH 2/2] dash: helper added config.h
    Christopher at mailsrv.uni-klu.ac.at 
    Christopher at mailsrv.uni-klu.ac.at
       
    Mon Feb 20 19:17:43 CET 2012
    
    
  
From: Christopher Mueller <christopher.mueller at itec.aau.at>
---
 modules/stream_filter/dash/Helper.cpp |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)
diff --git a/modules/stream_filter/dash/Helper.cpp b/modules/stream_filter/dash/Helper.cpp
index ebc0665..1178b6d 100644
--- a/modules/stream_filter/dash/Helper.cpp
+++ b/modules/stream_filter/dash/Helper.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 "Helper.h"
 
-- 
1.7.0.4
    
    
More information about the vlc-devel
mailing list