Only add loader to PARTS on x86.

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26501 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
diego 2008-04-22 22:39:26 +00:00
parent 41be611f0a
commit a7dc8352ef
1 changed files with 4 additions and 1 deletions

View File

@ -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 \