[Mplayer-cvslog] CVS: main/postproc Makefile,1.8,1.9
Michael Niedermayer
michael at mplayerhq.hu
Tue Oct 29 12:22:06 CET 2002
Update of /cvsroot/mplayer/main/postproc
In directory mail:/var/tmp.root/cvs-serv31946
Modified Files:
Makefile
Log Message:
-fomit-frame-pointer is needed for the PIC code
Index: Makefile
===================================================================
RCS file: /cvsroot/mplayer/main/postproc/Makefile,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- Makefile 28 Oct 2002 19:30:58 -0000 1.8
+++ Makefile 29 Oct 2002 11:21:43 -0000 1.9
@@ -42,7 +42,7 @@
$(CC) $(CS_TEST_OBJS) -o cs_test
postprocess_pic.o: postprocess.c
- $(CC) -c $(CFLAGS) -fPIC -DPIC -o $@ $<
+ $(CC) -c $(CFLAGS) -fomit-frame-pointer -fPIC -DPIC -o $@ $<
$(SPPLIB): $(SPPOBJS)
$(CC) -shared -Wl,-soname,$(SPPLIB).0 \
More information about the MPlayer-cvslog
mailing list