projects
/
ffmpeg.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Remove erroneous -I../.. flag that points outside of the src directory.
[ffmpeg.git]
/
libpostproc
/
Makefile
diff --git
a/libpostproc/Makefile
b/libpostproc/Makefile
index 29563aee4a31178763d3f7dc127a11aebeca2b2c..60319bad890e5a602e2547feb5d6eb3024d12705 100644
(file)
--- a/
libpostproc/Makefile
+++ b/
libpostproc/Makefile
@@
-15,7
+15,7
@@
SHARED_OBJS=postprocess_pic.o
HEADERS = postprocess.h
-CFLAGS = $(OPTFLAGS) $(MLIB_INC) -I. -I.. -I$(SRC_PATH)/libavcodec
-I../..
$(EXTRA_INC)
+CFLAGS = $(OPTFLAGS) $(MLIB_INC) -I. -I.. -I$(SRC_PATH)/libavcodec $(EXTRA_INC)
# -I/usr/X11R6/include/
include $(SRC_PATH)/common.mak