Mercurial > libavcodec.hg
changeset 790:b9156f8e6747 libavcodec
-fomit-frame-pointer is needed for the PIC code
author | michael |
---|---|
date | Tue, 29 Oct 2002 11:21:43 +0000 |
parents | 54079a650ba8 |
children | 4f61ca80b6c1 |
files | libpostproc/Makefile |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/libpostproc/Makefile Tue Oct 29 09:16:06 2002 +0000 +++ b/libpostproc/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 \