From fd4067ed6da535aa3bb1d99e99abe2c80084b57d Mon Sep 17 00:00:00 2001 From: Markham Date: Tue, 28 May 2019 09:49:42 +0200 Subject: [PATCH] ARM: bump version ffmpeg-4.1.3 --- ... => ffmpeg-4.1.3-allow_to_choose_rtmp_impl_at_runtime.patch} | 0 ...t_parsing.patch => ffmpeg-4.1.3-fix_edit_list_parsing.patch} | 0 .../{ffmpeg-4.1.2-fix_hls.patch => ffmpeg-4.1.3-fix_hls.patch} | 0 ...peg-4.1.2-fix_mpegts.patch => ffmpeg-4.1.3-fix_mpegts.patch} | 0 ...ace_key_uri.patch => ffmpeg-4.1.3-hls_replace_key_uri.patch} | 0 ...uffer_size.patch => ffmpeg-4.1.3-increase_buffer_size.patch} | 0 ...4.1.2-optimize_aac.patch => ffmpeg-4.1.3-optimize_aac.patch} | 0 make/versions.mk | 2 +- 8 files changed, 1 insertion(+), 1 deletion(-) rename archive-patches/ffmpeg/{ffmpeg-4.1.2-allow_to_choose_rtmp_impl_at_runtime.patch => ffmpeg-4.1.3-allow_to_choose_rtmp_impl_at_runtime.patch} (100%) rename archive-patches/ffmpeg/{ffmpeg-4.1.2-fix_edit_list_parsing.patch => ffmpeg-4.1.3-fix_edit_list_parsing.patch} (100%) rename archive-patches/ffmpeg/{ffmpeg-4.1.2-fix_hls.patch => ffmpeg-4.1.3-fix_hls.patch} (100%) rename archive-patches/ffmpeg/{ffmpeg-4.1.2-fix_mpegts.patch => ffmpeg-4.1.3-fix_mpegts.patch} (100%) rename archive-patches/ffmpeg/{ffmpeg-4.1.2-hls_replace_key_uri.patch => ffmpeg-4.1.3-hls_replace_key_uri.patch} (100%) rename archive-patches/ffmpeg/{ffmpeg-4.1.2-increase_buffer_size.patch => ffmpeg-4.1.3-increase_buffer_size.patch} (100%) rename archive-patches/ffmpeg/{ffmpeg-4.1.2-optimize_aac.patch => ffmpeg-4.1.3-optimize_aac.patch} (100%) diff --git a/archive-patches/ffmpeg/ffmpeg-4.1.2-allow_to_choose_rtmp_impl_at_runtime.patch b/archive-patches/ffmpeg/ffmpeg-4.1.3-allow_to_choose_rtmp_impl_at_runtime.patch similarity index 100% rename from archive-patches/ffmpeg/ffmpeg-4.1.2-allow_to_choose_rtmp_impl_at_runtime.patch rename to archive-patches/ffmpeg/ffmpeg-4.1.3-allow_to_choose_rtmp_impl_at_runtime.patch diff --git a/archive-patches/ffmpeg/ffmpeg-4.1.2-fix_edit_list_parsing.patch b/archive-patches/ffmpeg/ffmpeg-4.1.3-fix_edit_list_parsing.patch similarity index 100% rename from archive-patches/ffmpeg/ffmpeg-4.1.2-fix_edit_list_parsing.patch rename to archive-patches/ffmpeg/ffmpeg-4.1.3-fix_edit_list_parsing.patch diff --git a/archive-patches/ffmpeg/ffmpeg-4.1.2-fix_hls.patch b/archive-patches/ffmpeg/ffmpeg-4.1.3-fix_hls.patch similarity index 100% rename from archive-patches/ffmpeg/ffmpeg-4.1.2-fix_hls.patch rename to archive-patches/ffmpeg/ffmpeg-4.1.3-fix_hls.patch diff --git a/archive-patches/ffmpeg/ffmpeg-4.1.2-fix_mpegts.patch b/archive-patches/ffmpeg/ffmpeg-4.1.3-fix_mpegts.patch similarity index 100% rename from archive-patches/ffmpeg/ffmpeg-4.1.2-fix_mpegts.patch rename to archive-patches/ffmpeg/ffmpeg-4.1.3-fix_mpegts.patch diff --git a/archive-patches/ffmpeg/ffmpeg-4.1.2-hls_replace_key_uri.patch b/archive-patches/ffmpeg/ffmpeg-4.1.3-hls_replace_key_uri.patch similarity index 100% rename from archive-patches/ffmpeg/ffmpeg-4.1.2-hls_replace_key_uri.patch rename to archive-patches/ffmpeg/ffmpeg-4.1.3-hls_replace_key_uri.patch diff --git a/archive-patches/ffmpeg/ffmpeg-4.1.2-increase_buffer_size.patch b/archive-patches/ffmpeg/ffmpeg-4.1.3-increase_buffer_size.patch similarity index 100% rename from archive-patches/ffmpeg/ffmpeg-4.1.2-increase_buffer_size.patch rename to archive-patches/ffmpeg/ffmpeg-4.1.3-increase_buffer_size.patch diff --git a/archive-patches/ffmpeg/ffmpeg-4.1.2-optimize_aac.patch b/archive-patches/ffmpeg/ffmpeg-4.1.3-optimize_aac.patch similarity index 100% rename from archive-patches/ffmpeg/ffmpeg-4.1.2-optimize_aac.patch rename to archive-patches/ffmpeg/ffmpeg-4.1.3-optimize_aac.patch diff --git a/make/versions.mk b/make/versions.mk index d3edb05..cccde42 100644 --- a/make/versions.mk +++ b/make/versions.mk @@ -63,7 +63,7 @@ FBSHOT_VER = 0.3 # FFMPEG | A complete, cross-platform solution to record, convert and stream audio and video ifeq ($(BOXTYPE), armbox) -FFMPEG_VER = 4.1.2 +FFMPEG_VER = 4.1.3 else FFMPEG_GIT = 2ba896f endif -- 2.39.5