summaryrefslogtreecommitdiffstats
path: root/extra/gegl/gegl-ffmpeg.patch
blob: e9160b42a26b54257b1e181e7f15e0cdd9ed2e2e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
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
  {