git.videolan.org
/
ffmpeg.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (parent:
0a7c36a
)
Remove duplicate -I option.
author
Diego Biurrun
<diego@biurrun.de>
Thu, 17 Aug 2006 09:55:37 +0000
(09:55 +0000)
committer
Diego Biurrun
<diego@biurrun.de>
Thu, 17 Aug 2006 09:55:37 +0000
(09:55 +0000)
Originally committed as revision 6009 to svn://svn.ffmpeg.org/ffmpeg/trunk
libpostproc/Makefile
patch
|
blob
|
history
diff --git
a/libpostproc/Makefile
b/libpostproc/Makefile
index
9e94aa0
..
41673b6
100644
(file)
--- a/
libpostproc/Makefile
+++ b/
libpostproc/Makefile
@@
-22,6
+22,6
@@
include $(SRC_PATH)/common.mak
ifeq ($(BUILD_SHARED),yes)
postprocess_pic.o: postprocess.c
ifeq ($(BUILD_SHARED),yes)
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