7f0ad371b5
Copy from multimedia:xine/xine-lib based on submit request 30112 from user lnussel OBS-URL: https://build.opensuse.org/request/show/30112 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/xine-lib?expand=0&rev=28
29 lines
1.2 KiB
Diff
29 lines
1.2 KiB
Diff
From c781f4b2e726fa3fabf8cc0cdd592f617ae799e2 Mon Sep 17 00:00:00 2001
|
|
From: Ludwig Nussel <ludwig.nussel@suse.de>
|
|
Date: Fri, 25 Jul 2008 16:58:56 +0200
|
|
Subject: [PATCH] ia64 is not alpha
|
|
|
|
---
|
|
configure.ac | 5 ++++-
|
|
1 files changed, 4 insertions(+), 1 deletions(-)
|
|
|
|
Index: xine-lib-1.1.16.3/configure.ac
|
|
===================================================================
|
|
--- xine-lib-1.1.16.3.orig/configure.ac 2009-04-02 20:44:45.000000000 +0200
|
|
+++ xine-lib-1.1.16.3/configure.ac 2009-11-14 10:45:11.618782275 +0100
|
|
@@ -2328,10 +2328,13 @@
|
|
mips-*)
|
|
AC_DEFINE_UNQUOTED(FPM_MIPS,,[Define to select libmad fixed point arithmetic implementation])
|
|
;;
|
|
- alphaev56-* | alpha* | ia64-* | hppa*-linux-*)
|
|
+ alphaev56-* | alpha* | hppa*-linux-*)
|
|
AC_DEFINE_UNQUOTED(FPM_64BIT,,[Define to select libmad fixed point arithmetic implementation])
|
|
AC_DEFINE_UNQUOTED(ARCH_ALPHA,,[Define this if you're running Alpha architecture])
|
|
;;
|
|
+ ia64-*)
|
|
+ AC_DEFINE_UNQUOTED(FPM_64BIT,,[Define to select libmad fixed point arithmetic implementation])
|
|
+ ;;
|
|
armv4l-*-linux*)
|
|
AC_DEFINE_UNQUOTED(FPM_ARM,,[Define to select libmad fixed point arithmetic implementation])
|
|
AC_DEFINE_UNQUOTED(ARCH_ARM,,[Define this if you're running ARM architecture])
|