diff options
author | davidovski <david@davidovski.xyz> | 2022-05-04 23:52:30 +0100 |
---|---|---|
committer | davidovski <david@davidovski.xyz> | 2022-05-04 23:52:30 +0100 |
commit | 739c65c54cb0e957df5e9b76f93fb02554e5cac3 (patch) | |
tree | 09ddfa0a342f3ea9de136cb50abdd79821bf1b53 /extra/gegl | |
parent | 4c585ad54388285500fd18a6aaa516894e0f2c16 (diff) |
moved everything to new file formatting
Diffstat (limited to 'extra/gegl')
-rw-r--r-- | extra/gegl/ff-load.patch | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/extra/gegl/ff-load.patch b/extra/gegl/ff-load.patch deleted file mode 100644 index b3c7a5a..0000000 --- a/extra/gegl/ff-load.patch +++ /dev/null @@ -1,15 +0,0 @@ -This little patch makes it build though: ---- a/operations/external/ff-load.c 2018-12-18 09:22:34.467409854 +0100 -+++ b/operations/external/ff-load.c 2018-12-18 09:22:50.921379092 +0100 -@@ -309,8 +309,8 @@ - g_warning ("codec not found"); - } - -- if (p->codec->capabilities & CODEC_CAP_TRUNCATED) -- p->enc->flags |= CODEC_FLAG_TRUNCATED; -+ if (p->codec->capabilities & AV_CODEC_CAP_TRUNCATED) -+ p->enc->flags |= AV_CODEC_FLAG_TRUNCATED; - - if (avcodec_open2 (p->enc, p->codec, NULL) < 0) - { - |