$OpenBSD: patch-src_mediaenc_ffmpeg_cpp,v 1.1 2008/07/15 11:15:30 jakemsr Exp $
--- src/mediaenc_ffmpeg.cpp.orig	Sun Jul 13 10:29:38 2008
+++ src/mediaenc_ffmpeg.cpp	Sun Jul 13 10:30:20 2008
@@ -24,8 +24,8 @@
 extern "C" {
 #define __STDC_CONSTANT_MACROS
 #define __STDC_LIMIT_MACROS
-#include <ffmpeg/avformat.h>
-#include <ffmpeg/swscale.h>
+#include <libavformat/avformat.h>
+#include <libswscale/swscale.h>
 }
 
 #define AUDIO_BUF_SIZE 50000
