Mercurial > mplayer.hg
changeset 1052:869e388a8c8f
make dep - missing version.h fixed
author | arpi_esp |
---|---|
date | Thu, 07 Jun 2001 22:22:05 +0000 |
parents | 3212850e8592 |
children | 970fbd433564 |
files | Makefile |
diffstat | 1 files changed, 1 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/Makefile Thu Jun 07 21:53:07 2001 +0000 +++ b/Makefile Thu Jun 07 22:22:05 2001 +0000 @@ -92,6 +92,7 @@ dep: depend depend: + ./version.sh $(CC) -MM $(CFLAGS) mplayer.c $(SRCS) 1>.depend @for a in mp3lib libac3 libmpeg2 libvo libao2 opendivx encore loader/DirectShow ; do $(MAKE) -C $$a dep ; done