x264.pjt

来自「x264 encoder in TI ccs.」· PJT 代码 · 共 71 行

PJT
71
字号
; Code Composer Project File, Version 2.0 (do not modify or remove this line)

[Project Settings]
ProjectDir="C:\CCStudio_v3.3\MyProjects\x264\"
ProjectType=Executable
CPUFamily=TMS320C64XX
Tool="Compiler"
Tool="CustomBuilder"
Tool="DspBiosBuilder"
Tool="Linker"
Config="Debug"
Config="Release"

[Source Files]
Source="..\..\c64plus\imglib\include\img_sad_16x16.h"
Source="analyse.c"
Source="cavlc.c"
Source="common.c"
Source="csp.c"
Source="dct.c"
Source="dm6446.tcf"
Source="encoder.c"
Source="enmacroblock.c"
Source="enset.c"
Source="eval.c"
Source="frame.c"
Source="getopt.c"
Source="macroblock.c"
Source="matroska.c"
Source="mc.c"
Source="mdate.c"
Source="me.c"
Source="muxers.c"
Source="pixel.c"
Source="predict.c"
Source="quant.c"
Source="ratecontrol.c"
Source="set.c"
Source="timer.lib"
Source="x264.c"
Source="link.cmd"

[Generated Files]
Source="dm6446cfg.s62"
Source="dm6446cfg_c.c"

["Compiler" Settings: "Debug"]
Options=-g -fr"$(Proj_dir)\Debug" -d"_DEBUG" -mv6400+

["Compiler" Settings: "Release"]
Options=-o3 -fr"$(Proj_dir)\Release" -mv6400+

["Linker" Settings: "Debug"]
Options=-c -m".\Debug\x264.map" -o".\Debug\x264.out" -w -x -i"..\..\c64plus\imglib\lib" -l"img64plus.lib"

["Linker" Settings: "Release"]
Options=-c -m".\Release\x264.map" -o".\Release\x264.out" -w -x -i"..\..\c64plus\imglib\lib" -l"img64plus.lib"

["..\..\c64plus\imglib\include\img_sad_16x16.h" Settings: "Debug"]
ExcludeFromBuild=true

["..\..\c64plus\imglib\include\img_sad_16x16.h" Settings: "Release"]
ExcludeFromBuild=true

["link.cmd" Settings: "Debug"]
LinkOrder=1

["link.cmd" Settings: "Release"]
LinkOrder=1

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?