Sophie

Sophie

distrib > Mandriva > 2009.0 > i586 > by-pkgid > 87b521dfa89cb14084f02fde411b0a85 > files > 1

gegl-0.0.18-2mdv2009.0.src.rpm

diff -p -up gegl-0.0.16/operations/external/ff-load.c~ gegl-0.0.16/operations/external/ff-load.c
--- gegl-0.0.16/operations/external/ff-load.c~	2008-02-27 16:29:51.000000000 +0100
+++ gegl-0.0.16/operations/external/ff-load.c	2008-04-29 12:14:30.000000000 +0200
@@ -27,7 +27,7 @@ gegl_chant_int (frame, "Frame", 0, 10000
 
 #include "gegl-chant.h"
 #include <errno.h>
-#include <ffmpeg/avformat.h>
+#include <libavformat/avformat.h>
 
 typedef struct
 {
diff -p -up gegl-0.0.16/operations/workshop/external/ff-save.c~ gegl-0.0.16/operations/workshop/external/ff-save.c
--- gegl-0.0.16/operations/workshop/external/ff-save.c~	2008-02-27 16:29:52.000000000 +0100
+++ gegl-0.0.16/operations/workshop/external/ff-save.c	2008-04-29 12:16:41.000000000 +0200
@@ -27,7 +27,7 @@ gegl_chant_double (fps, "FPS", 0.0, 100.
 #define GEGL_CHANT_C_FILE       "ff-save.c"
 
 #include "gegl-chant.h"
-#include "ffmpeg/avformat.h"
+#include "libavformat/avformat.h"
 
 typedef struct
 {