summaryrefslogtreecommitdiffstats
path: root/redhat/applications/k9copy
diff options
context:
space:
mode:
Diffstat (limited to 'redhat/applications/k9copy')
-rw-r--r--redhat/applications/k9copy/k9copy-3.5.13.2-avcodec.patch2
1 files changed, 1 insertions, 1 deletions
diff --git a/redhat/applications/k9copy/k9copy-3.5.13.2-avcodec.patch b/redhat/applications/k9copy/k9copy-3.5.13.2-avcodec.patch
index 9fe3142a1..f6a362d40 100644
--- a/redhat/applications/k9copy/k9copy-3.5.13.2-avcodec.patch
+++ b/redhat/applications/k9copy/k9copy-3.5.13.2-avcodec.patch
@@ -4,7 +4,7 @@
#else
typedef int (*av_find_stream_info_t)(AVFormatContext *);
#endif
-+#if LIBAVCODEC_VERSION_INT >= AV_VERSION_INT(53, 26, 0)
++#if LIBAVCODEC_VERSION_INT >= AV_VERSION_INT(54, 26, 0)
+typedef AVCodec* (*avcodec_find_decoder_t)(enum AVCodecID);
+#else
typedef AVCodec* (*avcodec_find_decoder_t)(enum CodecID);