Changeset 1438 in SHVCSoftware


Ignore:
Timestamp:
12 Aug 2015, 19:58:12 (9 years ago)
Author:
seregin
Message:

VC9: add SEIEncoder and remove TEncAnalyze.cpp
VC2010: silence warning about unsecure sscanf usage in 64-bit builds of TAppDownConvert

Patch-by: Karsten Sühring

Location:
branches/SHM-dev/build
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/SHM-dev/build/vc2010/TAppDownConvert/TAppDownConvert_vc2010.vcxproj

    r1412 r1438  
    9393      <WarningLevel>Level3</WarningLevel>
    9494      <Optimization>Disabled</Optimization>
     95      <PreprocessorDefinitions>_MBCS;_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
    9596    </ClCompile>
    9697    <Link>
     
    118119      <FunctionLevelLinking>true</FunctionLevelLinking>
    119120      <IntrinsicFunctions>true</IntrinsicFunctions>
     121      <PreprocessorDefinitions>_MBCS;_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
    120122    </ClCompile>
    121123    <Link>
  • branches/SHM-dev/build/vc9/TLibEncoder_vc9.vcproj

    r713 r1438  
    287287                        </File>
    288288                        <File
     289                                RelativePath="..\..\source\Lib\TLibEncoder\SEIEncoder.cpp"
     290                                >
     291                        </File>
     292                        <File
    289293                                RelativePath="..\..\source\Lib\TLibEncoder\SEIwrite.cpp"
    290294                                >
     
    296300                        <File
    297301                                RelativePath="..\..\source\Lib\TLibEncoder\TEnc3DAsymLUT.cpp"
    298                                 >
    299                         </File>
    300                         <File
    301                                 RelativePath="..\..\source\Lib\TLibEncoder\TEncAnalyze.cpp"
    302302                                >
    303303                        </File>
     
    373373                        <File
    374374                                RelativePath="..\..\source\Lib\TLibEncoder\NALwrite.h"
     375                                >
     376                        </File>
     377                        <File
     378                                RelativePath="..\..\source\Lib\TLibEncoder\SEIEncoder.h"
    375379                                >
    376380                        </File>
Note: See TracChangeset for help on using the changeset viewer.