comparison Makefile @ 27370:14c5017f40d2

Change a bunch of video/audio-output-specific preprocessor directives from a HAVE_ prefix to a CONFIG_ prefix.
author diego
date Sun, 03 Aug 2008 15:21:40 +0000
parents 13c920fdf7f5
children 2f213005a0d6
comparison
equal deleted inserted replaced
27369:8598536ca4f5 27370:14c5017f40d2
739 checkheaders: $(ALLHEADERS:.h=.ho) 739 checkheaders: $(ALLHEADERS:.h=.ho)
740 740
741 dep depend: $(DEPS) 741 dep depend: $(DEPS)
742 for part in $(PARTS); do $(MAKE) -C $$part depend; done 742 for part in $(PARTS); do $(MAKE) -C $$part depend; done
743 743
744 $(FFMPEGLIBS): $(FFMPEGFILES) libvo/fastmemcpy.h config.h 744 $(FFMPEGLIBS): $(FFMPEGFILES) libvo/fastmemcpy.h #config.h
745 $(MAKE) -C $(@D) 745 $(MAKE) -C $(@D)
746 touch $@ 746 touch $@
747 747
748 mplayer$(EXESUF): $(MPLAYER_DEPS) 748 mplayer$(EXESUF): $(MPLAYER_DEPS)
749 $(CC) -o $@ $^ $(LDFLAGS_MPLAYER) 749 $(CC) -o $@ $^ $(LDFLAGS_MPLAYER)