Mercurial > libavcodec.hg
changeset 834:d73ad03912f5 libavcodec
fixing dependancies
removing stray tabs
author | michael |
---|---|
date | Mon, 04 Nov 2002 10:01:15 +0000 |
parents | 61b558602549 |
children | 9cec9eab681f |
files | libpostproc/Makefile |
diffstat | 1 files changed, 3 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- a/libpostproc/Makefile Sun Nov 03 10:05:19 2002 +0000 +++ b/libpostproc/Makefile Mon Nov 04 10:01:15 2002 +0000 @@ -38,7 +38,7 @@ dep: depend depend: - $(CC) -MM $(CFLAGS) $(SRCS) 1>.depend + $(CC) -MM $(CFLAGS) $(SWSSRCS) postprocess.c 1>.depend cs_test: $(CS_TEST_OBJS) $(CC) $(CS_TEST_OBJS) -o cs_test @@ -51,7 +51,7 @@ $(CC) -shared -Wl,-soname,$(SPPLIB).0 \ -o $(SPPLIB) $(SPPOBJS) endif - + $(PPLIB): $(PPOBJS) $(AR) r $(PPLIB) $(PPOBJS) @@ -65,7 +65,7 @@ install -m 644 postprocess.h $(prefix)/include/postproc/postprocess.h endif - + # # include dependency files if they exist #