From a5910197a027baae42264917e010821ec7499ffb Mon Sep 17 00:00:00 2001 From: marcus Date: Fri, 12 Apr 2002 23:59:14 +0000 Subject: [PATCH] - fix for compiling on ppc Changed files: ac3dec-ppc.patch -> 1.1 --- ac3dec-ppc.patch | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 ac3dec-ppc.patch diff --git a/ac3dec-ppc.patch b/ac3dec-ppc.patch new file mode 100644 index 0000000..6c86cee --- /dev/null +++ b/ac3dec-ppc.patch @@ -0,0 +1,11 @@ +diff -uNr ac3dec-0.6.1.orig/configure.in ac3dec-0.6.1/configure.in +--- ac3dec-0.6.1.orig/configure.in Fri Apr 12 23:53:13 2002 ++++ ac3dec-0.6.1/configure.in Fri Apr 12 23:53:51 2002 +@@ -30,6 +30,7 @@ + alpha*-*) AC_DEFINE(__alpha__);; + sparc-*) AC_DEFINE(__sparc__);; + ppc-*) AC_DEFINE(__ppc__);; ++powerpc-*) AC_DEFINE(__ppc__);; + *) echo "$host is not currently supported by ac3dec"; exit 1;; + esac + -- 2.44.0