$OpenBSD: patch-plugins_video_H_264_shared_x264wrap_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/shared/x264wrap.cxx.orig	Wed Feb 20 03:18:02 2013
+++ plugins/video/H.264/shared/x264wrap.cxx	Tue Mar 19 22:52:56 2013
@@ -33,6 +33,7 @@
 
 #include <codec/opalplugin.hpp>
 #include <stdio.h>
+#include <unistd.h>
 
 #ifdef HAVE_UNISTD_H
 #include <unistd.h>
