Sophie

Sophie

distrib > Mandriva > 2009.0 > i586 > by-pkgid > 2d78872294cc823aef07a4819be203e1 > files > 1

vdr2jpeg-0.1.0-1mdv2009.0.src.rpm

--- ffm.cpp~	2008-02-17 07:14:21.000000000 +0100
+++ ffm.cpp	2008-06-08 09:01:56.000000000 +0200
@@ -38,10 +38,10 @@
 #include <avformat.h>
 #include <swscale.h>
 #else
-#include <ffmpeg/avutil.h>
-#include <ffmpeg/avcodec.h>
-#include <ffmpeg/avformat.h>
-#include <ffmpeg/swscale.h>
+#include <libavutil/avutil.h>
+#include <libavcodec/avcodec.h>
+#include <libavformat/avformat.h>
+#include <libswscale/swscale.h>
 #endif
 }