projects
/
libav.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5c8dfdb
)
Remove unnecessary -I. option.
author
Diego Biurrun
<diego@biurrun.de>
Thu, 17 Aug 2006 11:42:41 +0000
(11:42 +0000)
committer
Diego Biurrun
<diego@biurrun.de>
Thu, 17 Aug 2006 11:42:41 +0000
(11:42 +0000)
Originally committed as revision 6010 to svn://svn.ffmpeg.org/ffmpeg/trunk
libpostproc/Makefile
patch
|
blob
|
blame
|
history
diff --git
a/libpostproc/Makefile
b/libpostproc/Makefile
index
41673b6
..
b6ac1a6
100644
(file)
--- a/
libpostproc/Makefile
+++ b/
libpostproc/Makefile
@@
-15,7
+15,7
@@
SHARED_OBJS=postprocess_pic.o
HEADERS = postprocess.h
-CFLAGS = $(OPTFLAGS) -I.
-I.
. -I$(SRC_PATH)/libavcodec
+CFLAGS = $(OPTFLAGS) -I.. -I$(SRC_PATH)/libavcodec
# -I/usr/X11R6/include/
include $(SRC_PATH)/common.mak