From 959d9ce553e88040c8736e0c48356ac6a26d6711 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20Dr=C3=B6ge?= Date: Wed, 12 Dec 2012 17:36:33 +0000 Subject: [PATCH] libav: Fix some compilation errors caused by circular includes --- ext/libav/gstav.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ext/libav/gstav.h b/ext/libav/gstav.h index e6b1636981..b18c15c035 100644 --- a/ext/libav/gstav.h +++ b/ext/libav/gstav.h @@ -28,6 +28,8 @@ #include #include +#include +#include GST_DEBUG_CATEGORY_EXTERN (ffmpeg_debug); #define GST_CAT_DEFAULT ffmpeg_debug