$OpenBSD: patch-intern_ffmpeg_ffmpeg_compat_h,v 1.4 2014/11/04 06:02:40 brad Exp $

Fix building with older FFmpeg.

--- intern/ffmpeg/ffmpeg_compat.h.orig	Wed Jun 25 22:43:52 2014
+++ intern/ffmpeg/ffmpeg_compat.h	Fri Jun 27 18:13:38 2014
@@ -408,7 +408,7 @@ void avformat_close_input(AVFormatContext **ctx)
 }
 #endif
 
-#if LIBAVUTIL_VERSION_INT < AV_VERSION_INT(52, 8, 0)
+#if LIBAVCODEC_VERSION_INT < AV_VERSION_INT(55, 1, 0)
 FFMPEG_INLINE
 AVFrame *av_frame_alloc(void)
 {
