summaryrefslogtreecommitdiffstats
path: root/postproc
diff options
context:
space:
mode:
authormichael <michael@b3059339-0415-0410-9bf9-f77b7e298cf2>2002-11-04 10:01:15 +0000
committermichael <michael@b3059339-0415-0410-9bf9-f77b7e298cf2>2002-11-04 10:01:15 +0000
commit00d695780677f52c7ec915a2c1dee34db01fbb55 (patch)
tree1d666354946e1efb1ad297ccd1dc860112165637 /postproc
parentc987c2e4e9aee95dcb95fd7c29432caafb7f1baa (diff)
downloadmpv-00d695780677f52c7ec915a2c1dee34db01fbb55.tar.bz2
mpv-00d695780677f52c7ec915a2c1dee34db01fbb55.tar.xz
fixing dependancies
removing stray tabs git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8099 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'postproc')
-rw-r--r--postproc/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/postproc/Makefile b/postproc/Makefile
index 457e2d1c9d..ab9139dd3f 100644
--- a/postproc/Makefile
+++ b/postproc/Makefile
@@ -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
#