--- ./src/mpeg2/k9decodethread.h~	2009-01-31 21:50:59.000000000 +0100
+++ ./src/mpeg2/k9decodethread.h	2009-01-31 21:51:22.000000000 +0100
@@ -17,7 +17,7 @@
 #include <qthread.h>
 #include <qobject.h>
 #include <qwaitcondition.h>
-#include <avformat.h>
+#include <libavformat/avformat.h>
 #include "kdecmpeg2.h"
 /**
 	@author Jean-Michel PETIT <k9copy@free.fr>
--- ./src/import/k9avidecode.cpp~	2009-01-31 21:53:18.000000000 +0100
+++ ./src/import/k9avidecode.cpp	2009-01-31 21:53:44.000000000 +0100
@@ -10,7 +10,7 @@
 //
 //
 #include "k9avidecode.h"
-#include <avcodec.h>
+#include <libavcodec/avcodec.h>
 #include <qimage.h>
 #include <dlfcn.h>
 #include <klocale.h>
--- ./src/import/k9avidecode.h~	2009-01-31 21:52:28.000000000 +0100
+++ ./src/import/k9avidecode.h	2009-01-31 21:52:50.000000000 +0100
@@ -14,7 +14,7 @@
 
 #include "k9common.h"
 #include <qobject.h>
-#include <avformat.h>
+#include <libavformat/avformat.h>
 #include <qimage.h>
 #include <cstdlib>
 #include <QObject>

