Bug 1891458 - Remove missing_header patch r=media-playback-reviewers,padenot

The missing_header patch has been uplifted and merged in the upstream
[1], so there is no need to patch it locally.

[1] https://chromium-review.googlesource.com/c/webm/libvpx/+/5425372

Differential Revision: https://phabricator.services.mozilla.com/D207805
This commit is contained in:
Chun-Min Chang 2024-04-18 15:58:07 +00:00
Родитель 524ee29dcb
Коммит 61c284e79f
2 изменённых файлов: 0 добавлений и 13 удалений

Просмотреть файл

@ -1,12 +0,0 @@
Add missing header for EBUSY
--- a/vpx_util/vpx_pthread.h
+++ b/vpx_util/vpx_pthread.h
@@ -26,6 +26,7 @@ extern "C" {
#define NOMINMAX
#undef WIN32_LEAN_AND_MEAN
#define WIN32_LEAN_AND_MEAN
+#include <errno.h> // NOLINT
#include <process.h> // NOLINT
#include <stddef.h> // NOLINT
#include <windows.h> // NOLINT

Просмотреть файл

@ -56,7 +56,6 @@ vendoring:
- arm_cpu_runtime_detection_code_on_openbsd.patch
- input_frame_validation.patch
- input_frame_validation_vp9.patch
- missing_header.patch
update-actions:
- action: move-file