Commit 82e3c8f2 authored by michael's avatar michael

fixing dependancies

removing stray tabs


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@1156 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent aae669c1
......@@ -38,7 +38,7 @@ distclean:
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 @@ $(SPPLIB): $(SPPOBJS)
$(CC) -shared -Wl,-soname,$(SPPLIB).0 \
-o $(SPPLIB) $(SPPOBJS)
endif
$(PPLIB): $(PPOBJS)
$(AR) r $(PPLIB) $(PPOBJS)
......@@ -65,7 +65,7 @@ ifeq ($(SHARED_PP),yes)
install -m 644 postprocess.h $(prefix)/include/postproc/postprocess.h
endif
#
# include dependency files if they exist
#
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment