matroska: Include config.h, it's needed for _stdint.h
authorSebastian Dröge <sebastian.droege@collabora.co.uk>
Sun, 3 Mar 2013 10:59:31 +0000 (11:59 +0100)
committerSebastian Dröge <sebastian.droege@collabora.co.uk>
Sun, 3 Mar 2013 10:59:31 +0000 (11:59 +0100)
gst/matroska/lzo.c

index 995638f..3c564bb 100644 (file)
@@ -18,6 +18,9 @@
  * License along with FFmpeg; 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 <gst/gst.h>
 #include <stdlib.h>