Changeset 677 in SHVCSoftware for branches/SHM-6-dev/build
- Timestamp:
- 15 Apr 2014, 05:23:37 (11 years ago)
- Location:
- branches/SHM-6-dev/build
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/SHM-6-dev/build/linux/lib/TLibCommon/makefile
r125 r677 58 58 $(OBJ_DIR)/TComRdCostWeightPrediction.o \ 59 59 $(OBJ_DIR)/TComUpsampleFilter.o \ 60 $(OBJ_DIR)/TCom3DAsymLUT.o \ 60 61 61 62 LIBS = -lpthread -
branches/SHM-6-dev/build/linux/lib/TLibEncoder/makefile
r125 r677 52 52 $(OBJ_DIR)/WeightPredAnalysis.o \ 53 53 $(OBJ_DIR)/TEncRateCtrl.o \ 54 $(OBJ_DIR)/TEnc3DAsymLUT.o \ 54 55 55 56 LIBS = -lpthread -
branches/SHM-6-dev/build/vc10/TLibCommon_vc10.vcxproj
r125 r677 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" /> -
branches/SHM-6-dev/build/vc10/TLibEncoder_vc10.vcxproj
r125 r677 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" />
Note: See TracChangeset for help on using the changeset viewer.