$OpenBSD: patch-src_decoder_dec_lavc_h,v 1.1 2008/07/09 02:07:36 jakemsr Exp $
--- src/decoder/dec_lavc.h.orig	Sat Jun 21 11:55:41 2008
+++ src/decoder/dec_lavc.h	Sat Jun 21 11:56:11 2008
@@ -23,8 +23,8 @@
 #define _DEC_LAVC_H
 
 #ifdef HAVE_LAVC
-#include <ffmpeg/avcodec.h>
-#include <ffmpeg/avformat.h>
+#include <libavcodec/avcodec.h>
+#include <libavformat/avformat.h>
 #endif /* HAVE_LAVC */
 
 #include "file_decoder.h"
