Mercurial > mplayer.hg
comparison Makefile @ 26507:94377468b14d
Only add loader to parts if WIN32DLL is enabled.
Plus, some unrelated changes to mp3lib/Makefile committed by accident.
author | diego |
---|---|
date | Fri, 25 Apr 2008 16:58:31 +0000 |
parents | 99320e745ef3 |
children | 72286971c202 |
comparison
equal
deleted
inserted
replaced
26506:723f633b065e | 26507:94377468b14d |
---|---|
564 libpostproc \ | 564 libpostproc \ |
565 libswscale \ | 565 libswscale \ |
566 mp3lib \ | 566 mp3lib \ |
567 vidix \ | 567 vidix \ |
568 | 568 |
569 ifdef ARCH_X86 | 569 ifeq ($(WIN32DLL),yes) |
570 PARTS += loader | 570 PARTS += loader |
571 endif | 571 endif |
572 | 572 |
573 DIRS = dvdread \ | 573 DIRS = dvdread \ |
574 gui \ | 574 gui \ |