[MPlayer-cvslog] r26501 - trunk/Makefile

diego subversion at mplayerhq.hu
Wed Apr 23 00:39:26 CEST 2008


Author: diego
Date: Wed Apr 23 00:39:26 2008
New Revision: 26501

Log:
Only add loader to PARTS on x86.


Modified:
   trunk/Makefile

Modified: trunk/Makefile
==============================================================================
--- trunk/Makefile	(original)
+++ trunk/Makefile	Wed Apr 23 00:39:26 2008
@@ -214,12 +214,15 @@ PARTS = dvdread \
         libpostproc \
         libswscale \
         libvo \
-        loader \
         mp3lib \
         stream \
         tremor \
         vidix \
 
+ifdef ARCH_X86
+PARTS += loader
+endif
+
 DIRS =  gui \
         gui/mplayer \
         gui/mplayer/gtk \



More information about the MPlayer-cvslog mailing list