Mercurial > mplayer.hg
changeset 22516:046c2f8e4c13
Remove -DCODECS2HTML from .depend creation.
author | diego |
---|---|
date | Mon, 12 Mar 2007 18:33:50 +0000 |
parents | cecab9cb54f6 |
children | 3d3b328fcfb3 |
files | Makefile |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/Makefile Mon Mar 12 18:11:25 2007 +0000 +++ b/Makefile Mon Mar 12 18:33:50 2007 +0000 @@ -334,7 +334,7 @@ strip -s $(ALL_PRG) dep depend: help_mp.h version.h - $(CC) -MM $(CFLAGS) -DCODECS2HTML $(SRCS_MPLAYER) $(SRCS_MENCODER) 1>.depend + $(CC) -MM $(CFLAGS) $(SRCS_MPLAYER) $(SRCS_MENCODER) 1>.depend @for a in $(PARTS); do $(MAKE) -C $$a dep; done # ./configure must be rerun if it changed