Changeset 713 in SHVCSoftware for trunk/build


Ignore:
Timestamp:
21 Apr 2014, 04:44:16 (11 years ago)
Author:
seregin
Message:

merge with SHM-6-dev

Location:
trunk
Files:
8 edited

Legend:

Unmodified
Added
Removed
  • trunk

  • trunk/build/linux/lib/TLibCommon/makefile

    r125 r713  
    5858                        $(OBJ_DIR)/TComRdCostWeightPrediction.o \
    5959                        $(OBJ_DIR)/TComUpsampleFilter.o \
     60                        $(OBJ_DIR)/TCom3DAsymLUT.o \
    6061
    6162LIBS                            = -lpthread
  • trunk/build/linux/lib/TLibEncoder/makefile

    r125 r713  
    5252                        $(OBJ_DIR)/WeightPredAnalysis.o \
    5353                        $(OBJ_DIR)/TEncRateCtrl.o \
     54                        $(OBJ_DIR)/TEnc3DAsymLUT.o \
    5455
    5556LIBS                            = -lpthread
  • trunk/build/vc10/TAppDownConvert/TAppDownConvert.vcxproj

    r540 r713  
    8282      <WarningLevel>Level3</WarningLevel>
    8383      <Optimization>Disabled</Optimization>
     84      <PreprocessorDefinitions>_MBCS;_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
    8485    </ClCompile>
    8586    <Link>
     
    102103      <FunctionLevelLinking>true</FunctionLevelLinking>
    103104      <IntrinsicFunctions>true</IntrinsicFunctions>
     105      <PreprocessorDefinitions>_MBCS;_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
    104106    </ClCompile>
    105107    <Link>
  • trunk/build/vc10/TLibCommon_vc10.vcxproj

    r125 r713  
    148148    <ClCompile Include="..\..\source\Lib\libmd5\libmd5.c" />
    149149    <ClCompile Include="..\..\source\Lib\TLibCommon\SEI.cpp" />
     150    <ClCompile Include="..\..\source\Lib\TLibCommon\TCom3DAsymLUT.cpp" />
    150151    <ClCompile Include="..\..\source\Lib\TLibCommon\TComBitStream.cpp" />
    151152    <ClCompile Include="..\..\source\Lib\TLibCommon\TComCABACTables.cpp" />
     
    180181    <ClInclude Include="..\..\source\Lib\TLibCommon\NAL.h" />
    181182    <ClInclude Include="..\..\source\Lib\TLibCommon\SEI.h" />
     183    <ClInclude Include="..\..\source\Lib\TLibCommon\TCom3DAsymLUT.h" />
    182184    <ClInclude Include="..\..\source\Lib\TLibCommon\TComBitCounter.h" />
    183185    <ClInclude Include="..\..\source\Lib\TLibCommon\TComBitStream.h" />
  • trunk/build/vc10/TLibEncoder_vc10.vcxproj

    r125 r713  
    147147    <ClCompile Include="..\..\source\Lib\TLibEncoder\SEIwrite.cpp" />
    148148    <ClCompile Include="..\..\source\Lib\TLibEncoder\SyntaxElementWriter.cpp" />
     149    <ClCompile Include="..\..\source\Lib\TLibEncoder\TEnc3DAsymLUT.cpp" />
    149150    <ClCompile Include="..\..\source\Lib\TLibEncoder\TEncAnalyze.cpp" />
    150151    <ClCompile Include="..\..\source\Lib\TLibEncoder\TEncBinCoderCABAC.cpp" />
     
    169170    <ClInclude Include="..\..\source\Lib\TLibEncoder\SEIwrite.h" />
    170171    <ClInclude Include="..\..\source\Lib\TLibEncoder\SyntaxElementWriter.h" />
     172    <ClInclude Include="..\..\source\Lib\TLibEncoder\TEnc3DAsymLUT.h" />
    171173    <ClInclude Include="..\..\source\Lib\TLibEncoder\TEncAnalyze.h" />
    172174    <ClInclude Include="..\..\source\Lib\TLibEncoder\TEncBinCoder.h" />
  • trunk/build/vc9/TLibCommon_vc9.vcproj

    r313 r713  
    300300                        </File>
    301301                        <File
     302                                RelativePath="..\..\source\Lib\TLibCommon\TCom3DAsymLUT.cpp"
     303                                >
     304                        </File>
     305                        <File
    302306                                RelativePath="..\..\source\Lib\TLibCommon\TComBitStream.cpp"
    303307                                >
     
    426430                        </File>
    427431                        <File
     432                                RelativePath="..\..\source\Lib\TLibCommon\TCom3DAsymLUT.h"
     433                                >
     434                        </File>
     435                        <File
    428436                                RelativePath="..\..\source\Lib\TLibCommon\TComBitCounter.h"
    429437                                >
  • trunk/build/vc9/TLibEncoder_vc9.vcproj

    r313 r713  
    295295                        </File>
    296296                        <File
     297                                RelativePath="..\..\source\Lib\TLibEncoder\TEnc3DAsymLUT.cpp"
     298                                >
     299                        </File>
     300                        <File
    297301                                RelativePath="..\..\source\Lib\TLibEncoder\TEncAnalyze.cpp"
    298302                                >
     
    377381                        <File
    378382                                RelativePath="..\..\source\Lib\TLibEncoder\SyntaxElementWriter.h"
     383                                >
     384                        </File>
     385                        <File
     386                                RelativePath="..\..\source\Lib\TLibEncoder\TEnc3DAsymLUT.h"
    379387                                >
    380388                        </File>
Note: See TracChangeset for help on using the changeset viewer.