From 5f1a1eaebddd46a959cc599269e969cc7d7c8f67 Mon Sep 17 00:00:00 2001 From: vanhofen Date: Sun, 4 Nov 2018 01:58:26 +0100 Subject: [PATCH] - ffmpeg-arm: bump version to 4.0.3 --- ... => ffmpeg-4.0.3-allow_to_choose_rtmp_impl_at_runtime.patch} | 0 ...t_parsing.patch => ffmpeg-4.0.3-fix_edit_list_parsing.patch} | 0 .../{ffmpeg-4.0.2-fix_hls.patch => ffmpeg-4.0.3-fix_hls.patch} | 0 ...peg-4.0.2-fix_mpegts.patch => ffmpeg-4.0.3-fix_mpegts.patch} | 0 ...ace_key_uri.patch => ffmpeg-4.0.3-hls_replace_key_uri.patch} | 0 ...uffer_size.patch => ffmpeg-4.0.3-increase_buffer_size.patch} | 0 ...4.0.2-optimize_aac.patch => ffmpeg-4.0.3-optimize_aac.patch} | 0 make/ffmpeg-arm.mk | 2 +- 8 files changed, 1 insertion(+), 1 deletion(-) rename archive-patches/{ffmpeg-4.0.2-allow_to_choose_rtmp_impl_at_runtime.patch => ffmpeg-4.0.3-allow_to_choose_rtmp_impl_at_runtime.patch} (100%) rename archive-patches/{ffmpeg-4.0.2-fix_edit_list_parsing.patch => ffmpeg-4.0.3-fix_edit_list_parsing.patch} (100%) rename archive-patches/{ffmpeg-4.0.2-fix_hls.patch => ffmpeg-4.0.3-fix_hls.patch} (100%) rename archive-patches/{ffmpeg-4.0.2-fix_mpegts.patch => ffmpeg-4.0.3-fix_mpegts.patch} (100%) rename archive-patches/{ffmpeg-4.0.2-hls_replace_key_uri.patch => ffmpeg-4.0.3-hls_replace_key_uri.patch} (100%) rename archive-patches/{ffmpeg-4.0.2-increase_buffer_size.patch => ffmpeg-4.0.3-increase_buffer_size.patch} (100%) rename archive-patches/{ffmpeg-4.0.2-optimize_aac.patch => ffmpeg-4.0.3-optimize_aac.patch} (100%) diff --git a/archive-patches/ffmpeg-4.0.2-allow_to_choose_rtmp_impl_at_runtime.patch b/archive-patches/ffmpeg-4.0.3-allow_to_choose_rtmp_impl_at_runtime.patch similarity index 100% rename from archive-patches/ffmpeg-4.0.2-allow_to_choose_rtmp_impl_at_runtime.patch rename to archive-patches/ffmpeg-4.0.3-allow_to_choose_rtmp_impl_at_runtime.patch diff --git a/archive-patches/ffmpeg-4.0.2-fix_edit_list_parsing.patch b/archive-patches/ffmpeg-4.0.3-fix_edit_list_parsing.patch similarity index 100% rename from archive-patches/ffmpeg-4.0.2-fix_edit_list_parsing.patch rename to archive-patches/ffmpeg-4.0.3-fix_edit_list_parsing.patch diff --git a/archive-patches/ffmpeg-4.0.2-fix_hls.patch b/archive-patches/ffmpeg-4.0.3-fix_hls.patch similarity index 100% rename from archive-patches/ffmpeg-4.0.2-fix_hls.patch rename to archive-patches/ffmpeg-4.0.3-fix_hls.patch diff --git a/archive-patches/ffmpeg-4.0.2-fix_mpegts.patch b/archive-patches/ffmpeg-4.0.3-fix_mpegts.patch similarity index 100% rename from archive-patches/ffmpeg-4.0.2-fix_mpegts.patch rename to archive-patches/ffmpeg-4.0.3-fix_mpegts.patch diff --git a/archive-patches/ffmpeg-4.0.2-hls_replace_key_uri.patch b/archive-patches/ffmpeg-4.0.3-hls_replace_key_uri.patch similarity index 100% rename from archive-patches/ffmpeg-4.0.2-hls_replace_key_uri.patch rename to archive-patches/ffmpeg-4.0.3-hls_replace_key_uri.patch diff --git a/archive-patches/ffmpeg-4.0.2-increase_buffer_size.patch b/archive-patches/ffmpeg-4.0.3-increase_buffer_size.patch similarity index 100% rename from archive-patches/ffmpeg-4.0.2-increase_buffer_size.patch rename to archive-patches/ffmpeg-4.0.3-increase_buffer_size.patch diff --git a/archive-patches/ffmpeg-4.0.2-optimize_aac.patch b/archive-patches/ffmpeg-4.0.3-optimize_aac.patch similarity index 100% rename from archive-patches/ffmpeg-4.0.2-optimize_aac.patch rename to archive-patches/ffmpeg-4.0.3-optimize_aac.patch diff --git a/make/ffmpeg-arm.mk b/make/ffmpeg-arm.mk index 2a798718..33d4a6bd 100644 --- a/make/ffmpeg-arm.mk +++ b/make/ffmpeg-arm.mk @@ -3,7 +3,7 @@ # # ----------------------------------------------------------------------------- -FFMPEG_VER = 4.0.2 +FFMPEG_VER = 4.0.3 FFMPEG_SOURCE = ffmpeg-$(FFMPEG_VER).tar.xz $(ARCHIVE)/$(FFMPEG_SOURCE):