Subversion Repositories Kolibri OS

Rev

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

Rev 6144 Rev 6150
Line 11... Line 11...
11
ARFLAG = crs
11
ARFLAG = crs
Line 12... Line 12...
12
 
12
 
13
SDK_DIR:= $(abspath ../../sdk)
13
SDK_DIR:= $(abspath ../../sdk)
Line 14... Line 14...
14
LIB_DIR:= $(SDK_DIR)/lib
14
LIB_DIR:= $(SDK_DIR)/lib
15
 
15
 
Line 16... Line 16...
16
INCLUDES= -I. -I$(SDK_DIR)/sources/newlib/libc/include -I$(SDK_DIR)/sources/ffmpeg-2.5
16
INCLUDES= -I. -I$(SDK_DIR)/sources/newlib/libc/include -I$(SDK_DIR)/sources/ffmpeg/ffmpeg-2.8
17
INCLUDES+=-I$(SDK_DIR)/sources/freetype/include -I$(SDK_DIR)/sources/vaapi/libva-1.4.1
17
INCLUDES+=-I$(SDK_DIR)/sources/freetype/include -I$(SDK_DIR)/sources/vaapi/libva-1.6.2
18
 
18