Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37745834
en ru br
ALT Linux repos
S:117.0.5938.132-alt1
3.0: 0.9.12-alt7

Group :: Networking/WWW
RPM: chromium

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

Patch: 0005-ALT-fix-shrank-by-one-character.patch
Download


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
 
design & coding: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
current maintainer: Michael Shigorin