sources
来自「freescale i.mx31 BSP CE5.0全部源码」· 代码 · 共 69 行
TXT
69 行
!IF "$(BSP_HANTRO_CODECS)" == ""
SKIPBUILD=1
!ENDIF
WINCEREL=1
RELEASETYPE=LOCAL
_ISVINCPATH=$(_WINCEROOT)\public\common\sdk\inc;
_OEMINCPATH=$(_WINCEROOT)\public\common\oak\inc;$(_WINCEROOT)\public\common\sdk\inc;
TARGETNAME=sw_decoder
FILE_VIEW_ROOT_FOLDER= \
video_hantro_decoder_conf.hi \
prelink.bat \
postlink.bat \
FILE_VIEW_RESOURCE_FOLDER= \
FILE_VIEW_INCLUDES_FOLDER= \
basetype.h \
MP4DecApiStorage.h \
MP4SwDecApi.h \
SwDec.h \
SwDec_Container.h \
SwDec_ErrorConcealment.h \
SwDec_ErrorInfo.h \
SwDec_Hdrs.h \
SwDec_Headers.h \
SwDec_Idct.h \
SwDec_MbDesc.h \
SwDec_MotionTexture.h \
SwDec_MotionTextureUtils.h \
SwDec_ProcessBlock.h \
SwDec_ShortVideo.h \
SwDec_StrmDesc.h \
SwDec_StrmStorage.h \
SwDec_SvDesc.h \
SwDec_Utils.h \
SwDec_VideoPacket.h \
SwDec_Vlc.h \
SwDec_Vop.h \
SwDec_VopDesc.h \
SOURCES= \
MP4SwDecApi.c \
SwDec.c \
SwDec_ErrorConcealment.c \
SwDec_Headers.c \
SwDec_Idct.c \
SwDec_MotionTexture.c \
SwDec_MotionTextureUtils.c \
SwDec_ProcessBlock.c \
SwDec_ShortVideo.c \
SwDec_Utils.c \
SwDec_VideoPacket.c \
SwDec_Vlc.c \
SwDec_Vop.c \
HantroDecoderPort.cpp \
TARGETTYPE=LIBRARY
MFC=1
FILE_VIEW_PARAMETER_FOLDER= \
sw_decoder.bib \
sw_decoder.reg \
sw_decoder.dat \
sw_decoder.db \
ProjSysgen.bat \
PRELINK_PASS_CMD=prelink.bat
POSTLINK_PASS_CMD=postlink.bat
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?