mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2024-11-21 10:55:51 +02:00
Remove unnecessary -I. option.
Originally committed as revision 6010 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
5c8dfdb45e
commit
c895987b33
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user