summaryrefslogtreecommitdiffstats
path: root/src/libdvdread-1-fix-disable-apidoc.patch
diff options
context:
space:
mode:
authorTimothy Gu <timothygu99@gmail.com>2014-04-11 22:40:29 (GMT)
committerTimothy Gu <timothygu99@gmail.com>2014-04-11 22:41:17 (GMT)
commit7ed32e3b5cf41f5e8939d36113a84bf280104ad4 (patch)
tree67a67cdafdc00a357db0e9ca37feeab9fd49c0c8 /src/libdvdread-1-fix-disable-apidoc.patch
parentc155dd7c8dadc0c27e0b47fc6aec65dfa013717f (diff)
downloadmxe-7ed32e3b5cf41f5e8939d36113a84bf280104ad4.zip
mxe-7ed32e3b5cf41f5e8939d36113a84bf280104ad4.tar.gz
mxe-7ed32e3b5cf41f5e8939d36113a84bf280104ad4.tar.bz2
Update libdvdnav and libdvdread
Signed-off-by: Timothy Gu <timothygu99@gmail.com>
Diffstat (limited to 'src/libdvdread-1-fix-disable-apidoc.patch')
-rw-r--r--src/libdvdread-1-fix-disable-apidoc.patch41
1 files changed, 0 insertions, 41 deletions
diff --git a/src/libdvdread-1-fix-disable-apidoc.patch b/src/libdvdread-1-fix-disable-apidoc.patch
deleted file mode 100644
index 7a1cf94..0000000
--- a/src/libdvdread-1-fix-disable-apidoc.patch
+++ /dev/null
@@ -1,41 +0,0 @@
-This file is part of MXE.
-See index.html for further information.
-
-Taken from:
-http://lists.mplayerhq.hu/pipermail/dvdnav-discuss/2014-March/002154.html
-
-From 967043381ad30ca32428e58b697f4928c6160e92 Mon Sep 17 00:00:00 2001
-From: Timothy Gu <timothygu99@gmail.com>
-Date: Sun, 23 Mar 2014 16:50:05 -0700
-Subject: [PATCH] libdvdread/configure: fix --disable-apidoc
-
-Signed-off-by: Timothy Gu <timothygu99@gmail.com>
----
- configure.ac | 4 ++--
- 1 file changed, 2 insertions(+), 2 deletions(-)
-
-diff --git a/configure.ac b/configure.ac
-index fd2ce0f..2981f1a 100644
---- a/configure.ac
-+++ b/configure.ac
-@@ -84,7 +84,7 @@ AC_SUBST([CSS_REQUIRES])
- CC_CHECK_CFLAGS_APPEND([-Wall -Wsign-compare])
-
-
--AC_ARG_ENABLE([doc],
-+AC_ARG_ENABLE([apidoc],
- AS_HELP_STRING([--disable-apidoc], [Disable building (with Doxygen) and intalling API documentation @<:@default=auto@:@>]))
-
- AC_PATH_PROG([DOXYGEN], [doxygen])
-@@ -94,7 +94,7 @@ AS_IF([test "x$DOXYGEN" = "x"], [
- AC_MSG_ERROR([You need Doxygen to build API documentation])
- ])
- ])
--AM_CONDITIONAL([APIDOC], [test "x$DOXYGEN" != "x"])
-+AM_CONDITIONAL([APIDOC], [test "x$DOXYGEN" != "x" && test "x$enable_apidoc" = "xyes"])
-
- dnl ---------------------------------------------
- dnl Output configuration files
---
-1.8.3.2
-