gstffmpegutils: Fix include

This commit is contained in:
Edward Hervey 2011-10-17 16:26:52 +02:00
parent 56854de873
commit fc0a8893d8

View file

@ -20,11 +20,17 @@
#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>
/*