Commit 4d05457d authored by michael's avatar michael

-fomit-frame-pointer is needed for the PIC code


git-svn-id: file:///var/local/repositories/mplayer/trunk/postproc@7957 b3059339-0415-0410-9bf9-f77b7e298cf2
parent 1492f508
......@@ -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 \
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment