comparison 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
comparison
equal deleted inserted replaced
26468:7584a3580bcd 26469:994bfbb8004e
212 libmpdemux \ 212 libmpdemux \
213 libmpeg2 \ 213 libmpeg2 \
214 libpostproc \ 214 libpostproc \
215 libswscale \ 215 libswscale \
216 libvo \ 216 libvo \
217 loader \
218 mp3lib \ 217 mp3lib \
219 stream \ 218 stream \
220 tremor \ 219 tremor \
221 vidix \ 220 vidix \
221
222 ifdef ARCH_X86
223 PARTS += loader
224 endif
222 225
223 DIRS = gui \ 226 DIRS = gui \
224 gui/mplayer \ 227 gui/mplayer \
225 gui/mplayer/gtk \ 228 gui/mplayer/gtk \
226 gui/skin \ 229 gui/skin \