$OpenBSD: patch-plugins_ffmpeg_ffmpeg_c,v 1.3 2014/01/29 20:43:26 dcoppa Exp $
--- plugins/ffmpeg/ffmpeg.c.orig	Sun Nov 24 20:08:38 2013
+++ plugins/ffmpeg/ffmpeg.c	Thu Jan 16 07:57:26 2014
@@ -60,6 +60,10 @@
 #define av_close_input_file(ctx) avformat_close_input(&(ctx))
 #endif
 
+#if defined(__GNUC__) && defined(__STRICT_ANSI__)
+#define alloca(size)	__builtin_alloca(size)
+#endif
+
 //#define trace(...) { fprintf(stderr, __VA_ARGS__); }
 #define trace(fmt,...)
 
