summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index ddb7b712bb..dfcf2e59d8 100644
--- a/Makefile
+++ b/Makefile
@@ -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 \