diff options
Diffstat (limited to 'extra/gegl/gegl-ffmpeg.patch')
-rw-r--r-- | extra/gegl/gegl-ffmpeg.patch | 21 |
1 files changed, 0 insertions, 21 deletions
diff --git a/extra/gegl/gegl-ffmpeg.patch b/extra/gegl/gegl-ffmpeg.patch deleted file mode 100644 index e9160b42a..000000000 --- a/extra/gegl/gegl-ffmpeg.patch +++ /dev/null @@ -1,21 +0,0 @@ -diff -C 3 -r gegl-0.0.18-original/operations/external/ff-load.c gegl-0.0.18/operations/external/ff-load.c -*** gegl-0.0.18-original/operations/external/ff-load.c Sat Jun 14 18:40:04 2008 ---- gegl-0.0.18/operations/external/ff-load.c Thu Oct 2 20:35:34 2008 -*************** -*** 27,33 **** - - #include "gegl-chant.h" - #include <errno.h> -! #include <ffmpeg/avformat.h> - - typedef struct - { ---- 27,33 ---- - - #include "gegl-chant.h" - #include <errno.h> -! #include <libavformat/avformat.h> - - typedef struct - { - |