[vlc-commits] DTS: fix Win32 compilation

Jean-Baptiste Kempf git at videolan.org
Mon Nov 12 18:15:17 CET 2012


vlc | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Mon Nov 12 18:14:49 2012 +0100| [2640a57cad6773ad5609d020d01f86f57e2d4464] | committer: Jean-Baptiste Kempf

DTS: fix Win32 compilation

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

 modules/codec/dts_header.c |    4 ++++
 1 file changed, 4 insertions(+)

diff --git a/modules/codec/dts_header.c b/modules/codec/dts_header.c
index b08b540..04c488b 100644
--- a/modules/codec/dts_header.c
+++ b/modules/codec/dts_header.c
@@ -22,6 +22,10 @@
  * Inc., 51 Franklin Street, Fifth Floor, Boston MA 02110-1301, USA.
  *****************************************************************************/
 
+#ifdef HAVE_CONFIG_H
+# include "config.h"
+#endif
+
 #include <vlc_common.h>
 #include <vlc_bits.h>
 



More information about the vlc-commits mailing list