From 739c65c54cb0e957df5e9b76f93fb02554e5cac3 Mon Sep 17 00:00:00 2001 From: davidovski Date: Wed, 4 May 2022 23:52:30 +0100 Subject: moved everything to new file formatting --- extra/gegl/ff-load.patch | 15 --------------- 1 file changed, 15 deletions(-) delete mode 100644 extra/gegl/ff-load.patch (limited to 'extra/gegl') 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) - { - -- cgit v1.2.1