Mercurial > mplayer.hg
diff Makefile @ 1052:869e388a8c8f
make dep - missing version.h fixed
author | arpi_esp |
---|---|
date | Thu, 07 Jun 2001 22:22:05 +0000 |
parents | b333271f4e7c |
children | a8918dfbc180 |
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