From 539126c097b16380e621db60761282e773cba3d5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20Dr=C3=B6ge?= Date: Sun, 3 Mar 2013 11:59:31 +0100 Subject: [PATCH] matroska: Include config.h, it's needed for _stdint.h --- gst/matroska/lzo.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/gst/matroska/lzo.c b/gst/matroska/lzo.c index 995638f83f..3c564bbdf6 100644 --- a/gst/matroska/lzo.c +++ b/gst/matroska/lzo.c @@ -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 #include