changeset 26469:994bfbb8004e

Only add loader to PARTS on x86.
author diego
date Tue, 22 Apr 2008 22:39:26 +0000
parents 7584a3580bcd
children 26637ed377de
files Makefile
diffstat 1 files changed, 4 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/Makefile	Tue Apr 22 22:14:06 2008 +0000
+++ b/Makefile	Tue Apr 22 22:39:26 2008 +0000
@@ -214,12 +214,15 @@
         libpostproc \
         libswscale \
         libvo \
-        loader \
         mp3lib \
         stream \
         tremor \
         vidix \
 
+ifdef ARCH_X86
+PARTS += loader
+endif
+
 DIRS =  gui \
         gui/mplayer \
         gui/mplayer/gtk \