Commit bcb5f600 authored by michael's avatar michael

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


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@1099 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 2a3f90c8
......@@ -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