Subversion Repositories Kolibri OS

Rev

Rev 6076 | Rev 6117 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 6076 Rev 6106
Line 12... Line 12...
12
 
12
 
Line 13... Line 13...
13
SDK_DIR:= $(abspath ../../sdk)
13
SDK_DIR:= $(abspath ../../sdk)
14
LIB_DIR:= $(SDK_DIR)/lib
14
LIB_DIR:= $(SDK_DIR)/lib
Line 15... Line 15...
15
 
15
 
16
INCLUDES= -I. -I$(SDK_DIR)/sources/newlib/libc/include -I$(SDK_DIR)/sources/ffmpeg
16
INCLUDES= -I. -I$(SDK_DIR)/sources/newlib/libc/include -I$(SDK_DIR)/sources/ffmpeg-2.5
17
INCLUDES+=-I$(SDK_DIR)/sources/freetype/include
17
INCLUDES+=-I$(SDK_DIR)/sources/freetype/include
Line 18... Line 18...
18
#-I$(SDK_DIR)/sources/vaapi/libva-1.4.1
18
#-I$(SDK_DIR)/sources/vaapi/libva-1.4.1
19
 
19