Репозиторий Sisyphus
Последнее обновление: 1 октября 2023 | Пакетов: 18631 | Посещений: 37490138
en ru br
Репозитории ALT
S:117.0.5938.132-alt1
3.0: 0.9.12-alt7
www.altlinux.org/Changes

Группа :: Сети/WWW
Пакет: chromium

 Главная   Изменения   Спек   Патчи   Sources   Загрузить   Gear   Bugs and FR  Repocop 

Патч: 0005-ALT-fix-shrank-by-one-character.patch
Скачать


From b8fb70a151105afd315f1d9b6d50f28798d9f037 Mon Sep 17 00:00:00 2001
From: Alexey Gladkov <legion@altlinux.org>
Date: Fri, 14 Oct 2016 01:32:15 +0300
Subject: [PATCH] ALT: fix shrank by one character
---
 .../libvpx/source/libvpx/vpx/internal/vpx_codec_internal.h    | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/third_party/libvpx/source/libvpx/vpx/internal/vpx_codec_internal.h b/third_party/libvpx/source/libvpx/vpx/internal/vpx_codec_internal.h
index 961b0bfe4c1..f634a922cb1 100644
--- a/third_party/libvpx/source/libvpx/vpx/internal/vpx_codec_internal.h
+++ b/third_party/libvpx/source/libvpx/vpx/internal/vpx_codec_internal.h
@@ -37,22 +37,22 @@
  *           vpx_codec_dec_cfg_t cfg = { threads, 0, 0 };
  *           res = vpx_codec_dec_init(&algo, &my_codec, &cfg, 0);
  *       }
  *     </pre>
  *
  * Once initialized, the instance is manged using other functions from
  * the vpx_codec_* family.
  */
 #ifndef VPX_VPX_INTERNAL_VPX_CODEC_INTERNAL_H_
 #define VPX_VPX_INTERNAL_VPX_CODEC_INTERNAL_H_
-#include "../vpx_decoder.h"
-#include "../vpx_encoder.h"
+#include "vpx/vpx_decoder.h"
+#include "vpx/vpx_encoder.h"
 #include <stdarg.h>
 
 #ifdef __cplusplus
 extern "C" {
 #endif
 
 /*!\brief Current ABI version number
  *
  * \internal
  * If this file is altered in any way that changes the ABI, this value
-- 
2.25.4
 
дизайн и разработка: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
текущий майнтейнер: Michael Shigorin