Changeset 713 in SHVCSoftware for trunk/build
- Timestamp:
- 21 Apr 2014, 04:44:16 (11 years ago)
- Location:
- trunk
- Files:
-
- 8 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk
- Property svn:mergeinfo changed
/branches/SHM-6-dev (added) merged: 651-712
- Property svn:mergeinfo changed
-
trunk/build/linux/lib/TLibCommon/makefile
r125 r713 58 58 $(OBJ_DIR)/TComRdCostWeightPrediction.o \ 59 59 $(OBJ_DIR)/TComUpsampleFilter.o \ 60 $(OBJ_DIR)/TCom3DAsymLUT.o \ 60 61 61 62 LIBS = -lpthread -
trunk/build/linux/lib/TLibEncoder/makefile
r125 r713 52 52 $(OBJ_DIR)/WeightPredAnalysis.o \ 53 53 $(OBJ_DIR)/TEncRateCtrl.o \ 54 $(OBJ_DIR)/TEnc3DAsymLUT.o \ 54 55 55 56 LIBS = -lpthread -
trunk/build/vc10/TAppDownConvert/TAppDownConvert.vcxproj
r540 r713 82 82 <WarningLevel>Level3</WarningLevel> 83 83 <Optimization>Disabled</Optimization> 84 <PreprocessorDefinitions>_MBCS;_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions> 84 85 </ClCompile> 85 86 <Link> … … 102 103 <FunctionLevelLinking>true</FunctionLevelLinking> 103 104 <IntrinsicFunctions>true</IntrinsicFunctions> 105 <PreprocessorDefinitions>_MBCS;_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions> 104 106 </ClCompile> 105 107 <Link> -
trunk/build/vc10/TLibCommon_vc10.vcxproj
r125 r713 148 148 <ClCompile Include="..\..\source\Lib\libmd5\libmd5.c" /> 149 149 <ClCompile Include="..\..\source\Lib\TLibCommon\SEI.cpp" /> 150 <ClCompile Include="..\..\source\Lib\TLibCommon\TCom3DAsymLUT.cpp" /> 150 151 <ClCompile Include="..\..\source\Lib\TLibCommon\TComBitStream.cpp" /> 151 152 <ClCompile Include="..\..\source\Lib\TLibCommon\TComCABACTables.cpp" /> … … 180 181 <ClInclude Include="..\..\source\Lib\TLibCommon\NAL.h" /> 181 182 <ClInclude Include="..\..\source\Lib\TLibCommon\SEI.h" /> 183 <ClInclude Include="..\..\source\Lib\TLibCommon\TCom3DAsymLUT.h" /> 182 184 <ClInclude Include="..\..\source\Lib\TLibCommon\TComBitCounter.h" /> 183 185 <ClInclude Include="..\..\source\Lib\TLibCommon\TComBitStream.h" /> -
trunk/build/vc10/TLibEncoder_vc10.vcxproj
r125 r713 147 147 <ClCompile Include="..\..\source\Lib\TLibEncoder\SEIwrite.cpp" /> 148 148 <ClCompile Include="..\..\source\Lib\TLibEncoder\SyntaxElementWriter.cpp" /> 149 <ClCompile Include="..\..\source\Lib\TLibEncoder\TEnc3DAsymLUT.cpp" /> 149 150 <ClCompile Include="..\..\source\Lib\TLibEncoder\TEncAnalyze.cpp" /> 150 151 <ClCompile Include="..\..\source\Lib\TLibEncoder\TEncBinCoderCABAC.cpp" /> … … 169 170 <ClInclude Include="..\..\source\Lib\TLibEncoder\SEIwrite.h" /> 170 171 <ClInclude Include="..\..\source\Lib\TLibEncoder\SyntaxElementWriter.h" /> 172 <ClInclude Include="..\..\source\Lib\TLibEncoder\TEnc3DAsymLUT.h" /> 171 173 <ClInclude Include="..\..\source\Lib\TLibEncoder\TEncAnalyze.h" /> 172 174 <ClInclude Include="..\..\source\Lib\TLibEncoder\TEncBinCoder.h" /> -
trunk/build/vc9/TLibCommon_vc9.vcproj
r313 r713 300 300 </File> 301 301 <File 302 RelativePath="..\..\source\Lib\TLibCommon\TCom3DAsymLUT.cpp" 303 > 304 </File> 305 <File 302 306 RelativePath="..\..\source\Lib\TLibCommon\TComBitStream.cpp" 303 307 > … … 426 430 </File> 427 431 <File 432 RelativePath="..\..\source\Lib\TLibCommon\TCom3DAsymLUT.h" 433 > 434 </File> 435 <File 428 436 RelativePath="..\..\source\Lib\TLibCommon\TComBitCounter.h" 429 437 > -
trunk/build/vc9/TLibEncoder_vc9.vcproj
r313 r713 295 295 </File> 296 296 <File 297 RelativePath="..\..\source\Lib\TLibEncoder\TEnc3DAsymLUT.cpp" 298 > 299 </File> 300 <File 297 301 RelativePath="..\..\source\Lib\TLibEncoder\TEncAnalyze.cpp" 298 302 > … … 377 381 <File 378 382 RelativePath="..\..\source\Lib\TLibEncoder\SyntaxElementWriter.h" 383 > 384 </File> 385 <File 386 RelativePath="..\..\source\Lib\TLibEncoder\TEnc3DAsymLUT.h" 379 387 > 380 388 </File>
Note: See TracChangeset for help on using the changeset viewer.