Commit f4f876c9 authored by diego's avatar diego

Remove duplicate -I option.


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@6009 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 46435a58
...@@ -22,6 +22,6 @@ include $(SRC_PATH)/common.mak ...@@ -22,6 +22,6 @@ include $(SRC_PATH)/common.mak
ifeq ($(BUILD_SHARED),yes) ifeq ($(BUILD_SHARED),yes)
postprocess_pic.o: postprocess.c postprocess_pic.o: postprocess.c
$(CC) -c $(CFLAGS) -fomit-frame-pointer -fPIC -DPIC -I.. -I../.. -o $@ $< $(CC) -c $(CFLAGS) -fomit-frame-pointer -fPIC -DPIC -o $@ $<
endif endif
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