[Mplayer-cvslog] CVS: main/postproc Makefile,1.10,1.11
Michael Niedermayer CVS
michael at mplayerhq.hu
Mon Nov 4 11:01:35 CET 2002
Update of /cvsroot/mplayer/main/postproc
In directory mail:/var/tmp.root/cvs-serv2246
Modified Files:
Makefile
Log Message:
fixing dependancies
removing stray tabs
Index: Makefile
===================================================================
RCS file: /cvsroot/mplayer/main/postproc/Makefile,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- Makefile 31 Oct 2002 10:21:44 -0000 1.10
+++ Makefile 4 Nov 2002 10:01:15 -0000 1.11
@@ -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
#
More information about the MPlayer-cvslog
mailing list