libav: Fix some compilation errors caused by circular includes

This commit is contained in:
Sebastian Dröge 2012-12-12 17:36:33 +00:00
parent f211e6431b
commit 959d9ce553

View file

@ -28,6 +28,8 @@
#include <libavformat/avformat.h>
#include <gst/gst.h>
#include <gst/audio/audio.h>
#include <gst/video/video.h>
GST_DEBUG_CATEGORY_EXTERN (ffmpeg_debug);
#define GST_CAT_DEFAULT ffmpeg_debug