diff options
author | tnut <thierryn1 at hispeed dot ch> | 2010-11-04 15:30:09 +0100 |
---|---|---|
committer | tnut <thierryn1 at hispeed dot ch> | 2010-11-04 15:30:09 +0100 |
commit | 557e838912038a3d4ad140669e645b465a731752 (patch) | |
tree | eb6f99c2fe6d8e9760d69442ce60f904d99a99d5 /extra/gegl/gegl-ffmpeg.patch | |
parent | 12fa8979935994b5eb6d8a96f56526f108bc3b74 (diff) | |
download | nutyx-extra-557e838912038a3d4ad140669e645b465a731752.tar.gz nutyx-extra-557e838912038a3d4ad140669e645b465a731752.tar.bz2 nutyx-extra-557e838912038a3d4ad140669e645b465a731752.tar.xz nutyx-extra-557e838912038a3d4ad140669e645b465a731752.zip |
gegl, port nettoyé
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 - { - |