You've already forked FFmpeg
mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-08-15 14:13:16 +02:00
Remove unnecessary -I. option.
Originally committed as revision 6010 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user