mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-21 07:46:38 +00:00
gstffmpegutils: Fix include
This commit is contained in:
parent
56854de873
commit
fc0a8893d8
1 changed files with 6 additions and 0 deletions
|
@ -20,11 +20,17 @@
|
||||||
#ifndef __GST_FFMPEG_UTILS_H__
|
#ifndef __GST_FFMPEG_UTILS_H__
|
||||||
#define __GST_FFMPEG_UTILS_H__
|
#define __GST_FFMPEG_UTILS_H__
|
||||||
|
|
||||||
|
#ifdef HAVE_CONFIG_H
|
||||||
|
#include "config.h"
|
||||||
|
#endif
|
||||||
|
|
||||||
#ifdef HAVE_FFMPEG_UNINSTALLED
|
#ifdef HAVE_FFMPEG_UNINSTALLED
|
||||||
|
#include <mathematics.h>
|
||||||
#include <avcodec.h>
|
#include <avcodec.h>
|
||||||
#else
|
#else
|
||||||
#include <libavcodec/avcodec.h>
|
#include <libavcodec/avcodec.h>
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#include <gst/gst.h>
|
#include <gst/gst.h>
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
|
Loading…
Reference in a new issue