$OpenBSD: patch-plugins_video_H_264_gpl_h264_helper_cxx,v 1.2 2013/11/02 15:55:53 ajacoutot Exp $

Fix compilation/runtime with ffmpeg 0.11 (Arch Linux):
https://projects.archlinux.org/svntogit/packages.git/tree/trunk/opal-ffmpeg.patch?h=packages/opal

--- plugins/video/H.264/gpl/h264_helper.cxx.orig	Wed Feb 20 03:18:02 2013
+++ plugins/video/H.264/gpl/h264_helper.cxx	Tue Mar 19 22:52:56 2013
@@ -27,6 +27,7 @@
 #include <fstream>
 #include <stdlib.h> 
 #include <sys/stat.h>
+#include <unistd.h>
 
 #ifdef HAVE_UNISTD_H
 #include <unistd.h>
