comparison src/libvpx-1-fixes.patch @ 5441:de6e4042489c

Update libvpx to 1.8.2 * src/libvpx-1-fixes.patch: update patch * src/libvpx.mk: update version, checksum, url
author John Donoghue <john.donoghue@ieee.org>
date Wed, 03 Jun 2020 10:35:25 -0400
parents 28fa86d2cf21
children
comparison
equal deleted inserted replaced
5440:4fb7aa43ba15 5441:de6e4042489c
1 This file is part of MXE. 1 This file is part of MXE. See LICENSE.md for licensing information.
2 See index.html for further information.
3 2
4 Contains ad hoc patches for cross building. 3 Contains ad hoc patches for cross building.
5 4
6 From 1408d07fb86254ae1aded0e8cf38e7e0c2550550 Mon Sep 17 00:00:00 2001 5 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001
7 From: Mark Brand <mabrand@mabrand.nl> 6 From: Mark Brand <mabrand@mabrand.nl>
8 Date: Thu, 5 Sep 2013 14:25:31 -0700 7 Date: Thu, 5 Sep 2013 14:25:31 -0700
9 Subject: [PATCH 1/2] Linking as test is not good for cross compiling 8 Subject: [PATCH 1/2] Linking as test is not good for cross compiling
10 9
11 Signed-off-by: Timothy Gu <timothygu99@gmail.com> 10 Signed-off-by: Timothy Gu <timothygu99@gmail.com>
12 ---
13 configure | 3 ---
14 1 file changed, 3 deletions(-)
15 11
16 diff --git a/configure b/configure 12 diff --git a/configure b/configure
17 index be36e56..987b2e9 100755 13 index 1111111..2222222 100755
18 --- a/configure 14 --- a/configure
19 +++ b/configure 15 +++ b/configure
20 @@ -490,9 +490,6 @@ process_detect() { 16 @@ -561,9 +561,6 @@ process_detect() {
21 } 17 }
22 fi 18 fi
23 check_header stdio.h || die "Unable to invoke compiler: ${CC} ${CFLAGS}" 19 check_header stdio.h || die "Unable to invoke compiler: ${CC} ${CFLAGS}"
24 - check_ld <<EOF || die "Toolchain is unable to link executables" 20 - check_ld <<EOF || die "Toolchain is unable to link executables"
25 -int main(void) {return 0;} 21 -int main(void) {return 0;}
26 -EOF 22 -EOF
27 # check system headers 23 # check system headers
28 check_header stdint.h 24 check_header stdint.h
29 check_header pthread.h 25 check_header pthread.h
30 --
31 1.8.1.2
32 26
33 27
34 From bada4be247273378809a30bf9a0ca7d9c9d2b936 Mon Sep 17 00:00:00 2001 28 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001
35 From: Mark Brand <mabrand@mabrand.nl> 29 From: Mark Brand <mabrand@mabrand.nl>
36 Date: Thu, 5 Sep 2013 14:28:28 -0700 30 Date: Thu, 5 Sep 2013 14:28:28 -0700
37 Subject: [PATCH 2/2] Fix /bin/bash 31 Subject: [PATCH 2/2] Fix /bin/bash
38 32
39 Signed-off-by: Timothy Gu <timothygu99@gmail.com> 33 Signed-off-by: Timothy Gu <timothygu99@gmail.com>
40 34
41 diff --git a/build/make/gen_msvs_def.sh b/build/make/gen_msvs_def.sh 35 diff --git a/build/make/gen_msvs_def.sh b/build/make/gen_msvs_def.sh
42 index 4defcc2..12e3573 100755 36 index 1111111..2222222 100755
43 --- a/build/make/gen_msvs_def.sh 37 --- a/build/make/gen_msvs_def.sh
44 +++ b/build/make/gen_msvs_def.sh 38 +++ b/build/make/gen_msvs_def.sh
45 @@ -1,4 +1,4 @@ 39 @@ -1,4 +1,4 @@
46 -#!/bin/bash 40 -#!/bin/bash
47 +#!/usr/bin/env bash 41 +#!/usr/bin/env bash
48 ## 42 ##
49 ## Copyright (c) 2010 The WebM project authors. All Rights Reserved. 43 ## Copyright (c) 2010 The WebM project authors. All Rights Reserved.
50 ## 44 ##
51 diff --git a/build/make/gen_msvs_proj.sh b/build/make/gen_msvs_proj.sh 45
52 index 6d42941..4418034 100755 46 diff --git a/build/make/gen_msvs_vcxproj.sh b/build/make/gen_msvs_vcxproj.sh
53 --- a/build/make/gen_msvs_proj.sh 47 index 1111111..2222222 100755
54 +++ b/build/make/gen_msvs_proj.sh 48 --- a/build/make/gen_msvs_vcxproj.sh
49 +++ b/build/make/gen_msvs_vcxproj.sh
55 @@ -1,4 +1,4 @@ 50 @@ -1,4 +1,4 @@
56 -#!/bin/bash 51 -#!/bin/bash
57 +#!/usr/bin/env bash 52 +#!/usr/bin/env bash
58 ## 53 ##
59 ## Copyright (c) 2010 The WebM project authors. All Rights Reserved. 54 ## Copyright (c) 2010 The WebM project authors. All Rights Reserved.
60 ## 55 ##
56
61 diff --git a/build/make/gen_msvs_sln.sh b/build/make/gen_msvs_sln.sh 57 diff --git a/build/make/gen_msvs_sln.sh b/build/make/gen_msvs_sln.sh
62 index 240678b..2089f68 100755 58 index 1111111..2222222 100755
63 --- a/build/make/gen_msvs_sln.sh 59 --- a/build/make/gen_msvs_sln.sh
64 +++ b/build/make/gen_msvs_sln.sh 60 +++ b/build/make/gen_msvs_sln.sh
65 @@ -1,4 +1,4 @@ 61 @@ -1,4 +1,4 @@
66 -#!/bin/bash 62 -#!/bin/bash
67 +#!/usr/bin/env bash 63 +#!/usr/bin/env bash
68 ## 64 ##
69 ## Copyright (c) 2010 The WebM project authors. All Rights Reserved. 65 ## Copyright (c) 2010 The WebM project authors. All Rights Reserved.
70 ## 66 ##
71 -- 67
72 1.8.1.2