summaryrefslogtreecommitdiffstats
path: root/src/libaacs-1.patch
diff options
context:
space:
mode:
authorTimothy Gu <timothygu99@gmail.com>2015-12-17 01:08:46 (GMT)
committerTony Theodore <tonyt@logyst.com>2016-01-06 07:47:27 (GMT)
commitcbe1c8f46cd5060b5f0b6d42a4f6e0dc683b9327 (patch)
tree01d730ec9bceedc029fc2947f051dfcd9a2f3374 /src/libaacs-1.patch
parentd20b41f2eee9317c4a551e6ed9dc719f32f87ee8 (diff)
downloadmxe-cbe1c8f46cd5060b5f0b6d42a4f6e0dc683b9327.zip
mxe-cbe1c8f46cd5060b5f0b6d42a4f6e0dc683b9327.tar.gz
mxe-cbe1c8f46cd5060b5f0b6d42a4f6e0dc683b9327.tar.bz2
libaacs, libass, libbluray, libvpx: update
libass fix from Tony Theodore <tonyt@logyst.com> Signed-off-by: Timothy Gu <timothygu99@gmail.com>
Diffstat (limited to 'src/libaacs-1.patch')
-rw-r--r--src/libaacs-1.patch32
1 files changed, 0 insertions, 32 deletions
diff --git a/src/libaacs-1.patch b/src/libaacs-1.patch
index 985fdce..4097e05 100644
--- a/src/libaacs-1.patch
+++ b/src/libaacs-1.patch
@@ -1,38 +1,6 @@
This file is part of MXE.
See index.html for further information.
-From 5ebe4419738fd337f5c2f8e2849dd8e7c1f55d01 Mon Sep 17 00:00:00 2001
-From: Timothy Gu <timothygu99@gmail.com>
-Date: Sat, 28 Mar 2015 21:06:26 +0100
-Subject: [PATCH 1/2] fix configure
-
-
-diff --git a/configure.ac b/configure.ac
-index 155acad..8cb7e79 100644
---- a/configure.ac
-+++ b/configure.ac
-@@ -126,7 +126,7 @@ if test x$libgcrypt_config_prefix != x ; then
- fi
- fi
-
--AC_PATH_PROG(LIBGCRYPT_CONFIG, libgcrypt-config, no)
-+AC_PATH_TOOL(LIBGCRYPT_CONFIG, libgcrypt-config, no)
- if test x"$LIBGCRYPT_CONFIG" = xno; then
- AC_MSG_ERROR([libgcrypt not found on system])
- else
-@@ -149,7 +149,7 @@ if test x$gpg_error_config_prefix != x ; then
- fi
- fi
-
--AC_PATH_PROG(GPG_ERROR_CONFIG, gpg-error-config, no)
-+AC_PATH_TOOL(GPG_ERROR_CONFIG, gpg-error-config, no)
- if test x"$GPG_ERROR_CONFIG" = xno; then
- AC_MSG_ERROR([gpg-error not found on system])
- else
---
-2.1.0
-
-
From c807305d0df68e88aa04fabd3275aff4f34d4368 Mon Sep 17 00:00:00 2001
From: Timothy Gu <timothygu99@gmail.com>
Date: Sat, 28 Mar 2015 21:06:56 +0100