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__
|
||||
#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>
|
||||
|
||||
/*
|
||||
|
|
Loading…
Reference in a new issue