libav: Fix some compilation errors caused by circular includes
authorSebastian Dröge <sebastian.droege@collabora.co.uk>
Wed, 12 Dec 2012 17:36:33 +0000 (17:36 +0000)
committerSebastian Dröge <sebastian.droege@collabora.co.uk>
Wed, 12 Dec 2012 17:36:33 +0000 (17:36 +0000)
ext/libav/gstav.h

index e6b1636..b18c15c 100644 (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