gstffmpegutils: Fix include
authorEdward Hervey <edward.hervey@collabora.co.uk>
Mon, 17 Oct 2011 14:26:52 +0000 (16:26 +0200)
committerEdward Hervey <edward.hervey@collabora.co.uk>
Mon, 17 Oct 2011 14:26:52 +0000 (16:26 +0200)
ext/ffmpeg/gstffmpegutils.h

index 4b713de..dbc3fae 100644 (file)
 #ifndef __GST_FFMPEG_UTILS_H__
 #define __GST_FFMPEG_UTILS_H__
 
+#ifdef HAVE_CONFIG_H
+#include "config.h"
+#endif
+
 #ifdef HAVE_FFMPEG_UNINSTALLED
+#include <mathematics.h>
 #include <avcodec.h>
 #else
 #include <libavcodec/avcodec.h>
 #endif
+
 #include <gst/gst.h>
 
 /*