diff options
author | Matt Messier <mmessier@grapetv.org> | 2007-05-10 15:48:44 -0400 |
---|---|---|
committer | Matt Messier <mmessier@grapetv.org> | 2007-05-10 15:48:44 -0400 |
commit | 722010dbea5887558dd7d954a19d918119e37b4f (patch) | |
tree | 63454985ebc265189b24878d8d4cf272fb4b4f39 /m4 | |
parent | 8f4ef350573f8e01a1f1c4081809b6ee1c3403d1 (diff) | |
download | xine-lib-722010dbea5887558dd7d954a19d918119e37b4f.tar.gz xine-lib-722010dbea5887558dd7d954a19d918119e37b4f.tar.bz2 |
Rename PPC_ARCH to ARCH_PPC for consistency.
Move the definition of it to a much more appropriate location.
Diffstat (limited to 'm4')
-rw-r--r-- | m4/xv.m4 | 8 |
1 files changed, 0 insertions, 8 deletions
@@ -128,15 +128,7 @@ AC_DEFUN([XINE_XV_SUPPORT], [ XV_LIBS="libXv.so" fi ;; - - ppc-*-linux* | powerpc-*) - ppc_arch="yes" - ;; - - *) - ;; esac - AM_CONDITIONAL(PPC_ARCH, test "x$ppc_arch" = "xyes") dnl dnl Check if we can enable the xxmc plugin. |