summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSebastian Dröge <sebastian.droege@collabora.co.uk>2012-12-12 17:36:33 +0000
committerSebastian Dröge <sebastian.droege@collabora.co.uk>2013-04-15 12:38:57 +0200
commita5bb57aca61fd89ecdfef1ee281f4ce780461d20 (patch)
tree3283560c7321f7c34085d9f58e2339c55f5111d2
parent341328da88928d583b306e345fd2834eca97c89f (diff)
libav: Fix some compilation errors caused by circular includes
-rw-r--r--ext/libav/gstav.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/ext/libav/gstav.h b/ext/libav/gstav.h
index 0ad05f3..5cd69a5 100644
--- a/ext/libav/gstav.h
+++ b/ext/libav/gstav.h
@@ -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