Browse Source

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

Originally committed as revision 7957 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
tags/v0.5
Michael Niedermayer 23 years ago
parent
commit
9d947f1935
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      postproc/Makefile

+ 1
- 1
postproc/Makefile View File

@@ -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 \


Loading…
Cancel
Save