forked from jengelh/ffmpeg-4
Jan Engelhardt
ed05bfc5e6
- Update to version 4.4.1: * Stable bug fix release, mainly codecs and format fixes. - Refresh patches with quilt. - Drop patches fixed upstream: * ffmpeg-CVE-2021-33815.patch * ffmpeg-CVE-2021-38114.patch * ffmpeg-CVE-2021-38171.patch * ffmpeg-CVE-2020-22037.patch OBS-URL: https://build.opensuse.org/request/show/928002 OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/ffmpeg-4?expand=0&rev=171
18 lines
508 B
Diff
18 lines
508 B
Diff
---
|
|
libavutil/arm/timer.h | 2 +-
|
|
1 file changed, 1 insertion(+), 1 deletion(-)
|
|
|
|
Index: ffmpeg-4.4.1/libavutil/arm/timer.h
|
|
===================================================================
|
|
--- ffmpeg-4.4.1.orig/libavutil/arm/timer.h
|
|
+++ ffmpeg-4.4.1/libavutil/arm/timer.h
|
|
@@ -30,7 +30,7 @@
|
|
|
|
#define AV_READ_TIME mach_absolute_time
|
|
|
|
-#elif HAVE_INLINE_ASM && defined(__ARM_ARCH_7A__)
|
|
+#elif HAVE_INLINE_ASM && defined(__ARM_ARCH_7A__) || defined(__ARM_ARCH_6ZK__)
|
|
|
|
#define AV_READ_TIME read_time
|
|
|