Mercurial > mplayer.hg
comparison Makefile @ 27173:5c6b0b2b67b3
Rename ALLPARTSLIBS variable to FFMPEGLIBS.
author | diego |
---|---|
date | Sat, 05 Jul 2008 09:08:22 +0000 |
parents | fa689f1b187b |
children | ff18b81371e5 |
comparison
equal
deleted
inserted
replaced
27172:fa689f1b187b | 27173:5c6b0b2b67b3 |
---|---|
707 libavformat \ | 707 libavformat \ |
708 libavutil \ | 708 libavutil \ |
709 libpostproc \ | 709 libpostproc \ |
710 libswscale \ | 710 libswscale \ |
711 | 711 |
712 ALLPARTLIBS = $(foreach part, $(PARTS), $(part)/$(part).a) | 712 FFMPEGLIBS = $(foreach part, $(PARTS), $(part)/$(part).a) |
713 FFMPEGFILES = $(foreach part, $(PARTS), $(part)/*.[chS] libavcodec/*/*.[chS]) | 713 FFMPEGFILES = $(foreach part, $(PARTS), $(part)/*.[chS] libavcodec/*/*.[chS]) |
714 | 714 |
715 | 715 |
716 | 716 |
717 ###### generic rules ####### | 717 ###### generic rules ####### |
736 checkheaders: $(ALLHEADERS:.h=.ho) | 736 checkheaders: $(ALLHEADERS:.h=.ho) |
737 | 737 |
738 dep depend: $(DEPS) | 738 dep depend: $(DEPS) |
739 for part in $(PARTS); do $(MAKE) -C $$part depend; done | 739 for part in $(PARTS); do $(MAKE) -C $$part depend; done |
740 | 740 |
741 $(ALLPARTLIBS): $(FFMPEGFILES) libvo/fastmemcpy.h config.h | 741 $(FFMPEGLIBS): $(FFMPEGFILES) libvo/fastmemcpy.h config.h |
742 $(MAKE) -C $(@D) | 742 $(MAKE) -C $(@D) |
743 touch $@ | 743 touch $@ |
744 | 744 |
745 mplayer$(EXESUF): $(MPLAYER_DEPS) | 745 mplayer$(EXESUF): $(MPLAYER_DEPS) |
746 $(CC) -o $@ $^ $(LDFLAGS_MPLAYER) | 746 $(CC) -o $@ $^ $(LDFLAGS_MPLAYER) |