From caa57f98bd032f4b65cd5b394dbd8bd2d748eb8a Mon Sep 17 00:00:00 2001 From: michael Date: Tue, 29 Oct 2002 11:21:43 +0000 Subject: -fomit-frame-pointer is needed for the PIC code git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7957 b3059339-0415-0410-9bf9-f77b7e298cf2 --- postproc/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'postproc/Makefile') diff --git a/postproc/Makefile b/postproc/Makefile index 1c2d244ce0..b1e5940f3d 100644 --- a/postproc/Makefile +++ b/postproc/Makefile @@ -42,7 +42,7 @@ cs_test: $(CS_TEST_OBJS) $(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 \ -- cgit v1.2.3