$OpenBSD$
Make it compile with real FFmpeg.
--- csrc/com/xuggle/xuggler/StreamCoder.h.orig	Tue Oct  1 23:19:19 2013
+++ csrc/com/xuggle/xuggler/StreamCoder.h	Tue Oct  1 23:19:35 2013
@@ -151,7 +151,7 @@ namespace com { namespace xuggle { namespace xuggler
      * stream in a container.
      */
     static StreamCoder* make(Direction direction,
-        AVCodecContext *context, AVCodec*, Stream* stream);
+        AVCodecContext *context, const AVCodec*, Stream* stream);
     static StreamCoder* make(Direction direction, IStreamCoder* copyCoder);
     static StreamCoder* make(Direction direction, Codec* codec);
     static StreamCoder* make(Direction direction, ICodec::ID id);
@@ -219,7 +219,7 @@ namespace com { namespace xuggle { namespace xuggler
         Stream* aStream,
         Codec *aCodec,
         AVCodecContext *avContext,
-        AVCodec *avCodec);
+        const AVCodec *avCodec);
     static void resetOptions(AVCodecContext*);
   };
 
