diff --git a/common b/common index f2d9b99515..c73793f702 160000 --- a/common +++ b/common @@ -1 +1 @@ -Subproject commit f2d9b99515c73da09bfe307d273d320f79a226da +Subproject commit c73793f7022cbc8ffd39f9c0b0587078f47c0b06 diff --git a/ext/ffmpeg/gstffmpegtypes.c b/ext/ffmpeg/gstffmpegtypes.c index d201e18e4a..354d6fa16d 100644 --- a/ext/ffmpeg/gstffmpegtypes.c +++ b/ext/ffmpeg/gstffmpegtypes.c @@ -19,7 +19,11 @@ #include #include -#include +#ifdef HAVE_FFMPEG_UNINSTALLED +#include +#else +#include +#endif #include