diff Makefile @ 26469:994bfbb8004e

Only add loader to PARTS on x86.
author diego
date Tue, 22 Apr 2008 22:39:26 +0000
parents d5d8c4974d7a
children f29c190fdb10
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 \