Mercurial > mplayer.hg
diff postproc/Makefile @ 7956:2d04cdfd7186
-fomit-frame-pointer is needed for the PIC code
author | michael |
---|---|
date | Tue, 29 Oct 2002 11:21:43 +0000 |
parents | f483ab704252 |
children | 458992506962 |
line wrap: on
line diff
--- a/postproc/Makefile Tue Oct 29 10:09:10 2002 +0000 +++ b/postproc/Makefile Tue Oct 29 11:21:43 2002 +0000 @@ -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 \