Mercurial > mplayer.hg
comparison Makefile @ 26511:31efc4586a2f
Only add vidix to parts when VIDIX is enabled.
author | diego |
---|---|
date | Sat, 26 Apr 2008 09:27:58 +0000 |
parents | 72286971c202 |
children | a1dc4d5b5b40 |
comparison
equal
deleted
inserted
replaced
26510:72286971c202 | 26511:31efc4586a2f |
---|---|
562 libavutil \ | 562 libavutil \ |
563 libmpeg2 \ | 563 libmpeg2 \ |
564 libpostproc \ | 564 libpostproc \ |
565 libswscale \ | 565 libswscale \ |
566 mp3lib \ | 566 mp3lib \ |
567 vidix \ | 567 |
568 | 568 ifeq ($(VIDIX),yes) |
569 PARTS += vidix | |
570 endif | |
569 ifeq ($(WIN32DLL),yes) | 571 ifeq ($(WIN32DLL),yes) |
570 PARTS += loader | 572 PARTS += loader |
571 endif | 573 endif |
572 | 574 |
573 DIRS = dvdread \ | 575 DIRS = dvdread \ |