mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-04-26 06:54:49 +00:00
libav: Fix some compilation errors caused by circular includes
This commit is contained in:
parent
f211e6431b
commit
959d9ce553
1 changed files with 2 additions and 0 deletions
|
@ -28,6 +28,8 @@
|
||||||
#include <libavformat/avformat.h>
|
#include <libavformat/avformat.h>
|
||||||
|
|
||||||
#include <gst/gst.h>
|
#include <gst/gst.h>
|
||||||
|
#include <gst/audio/audio.h>
|
||||||
|
#include <gst/video/video.h>
|
||||||
|
|
||||||
GST_DEBUG_CATEGORY_EXTERN (ffmpeg_debug);
|
GST_DEBUG_CATEGORY_EXTERN (ffmpeg_debug);
|
||||||
#define GST_CAT_DEFAULT ffmpeg_debug
|
#define GST_CAT_DEFAULT ffmpeg_debug
|
||||||
|
|
Loading…
Reference in a new issue