Changeset 1127 in SHVCSoftware
- Timestamp:
- 7 Jul 2015, 02:47:01 (9 years ago)
- Location:
- branches/SHM-dev/build
- Files:
-
- 6 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/SHM-dev/build/linux/common/makefile.base
r1029 r1127 48 48 # default cpp flags for all configurations 49 49 #CPPFLAGS = -Wall -fPIC $(DEFS) -I$(CURDIR)/$(INC_DIR) $(USER_INC_DIRS) 50 CPPFLAGS = -fPIC $(DEFS) -I$(CURDIR)/$(INC_DIR) $(USER_INC_DIRS) -Wall -Wshadow -Wno-sign-compare -Werror 50 #CPPFLAGS = -fPIC $(DEFS) -I$(CURDIR)/$(INC_DIR) $(USER_INC_DIRS) -Wall -Wshadow -Wno-sign-compare -Werror 51 CPPFLAGS = -fPIC $(DEFS) -I$(CURDIR)/$(INC_DIR) $(USER_INC_DIRS) -Wall -Wshadow -Wno-sign-compare 51 52 52 53 ########## -
branches/SHM-dev/build/vc10/TAppDecoder_vc10.vcxproj
r125 r1127 122 122 <SubSystem>Console</SubSystem> 123 123 <TargetMachine>MachineX64</TargetMachine> 124 <StackReserveSize>8000000</StackReserveSize> 124 125 </Link> 125 126 </ItemDefinitionGroup> -
branches/SHM-dev/build/vc10/TAppDecoder_vc10.vcxproj.user
r125 r1127 4 4 <LocalDebuggerWorkingDirectory>$(ProjectDir)/../../../</LocalDebuggerWorkingDirectory> 5 5 <DebuggerFlavor>WindowsLocalDebugger</DebuggerFlavor> 6 <LocalDebuggerCommandArguments>-b str/Bus.bin -l s 2</LocalDebuggerCommandArguments>6 <LocalDebuggerCommandArguments>-b str/Bus.bin -lid 1</LocalDebuggerCommandArguments> 7 7 </PropertyGroup> 8 8 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> 9 <LocalDebuggerCommandArguments> -b str/Bus.bin -ls2</LocalDebuggerCommandArguments>9 <LocalDebuggerCommandArguments> -b conformance/ADAPTRES_A_ERICSSON_1.bit -olsidx 2</LocalDebuggerCommandArguments> 10 10 </PropertyGroup> 11 11 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> … … 13 13 <DebuggerFlavor>WindowsLocalDebugger</DebuggerFlavor> 14 14 </PropertyGroup> 15 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'"> 16 <LocalDebuggerCommandArguments>-b conformance/LAYERID63_A_HHI_1.bin -lid 63</LocalDebuggerCommandArguments> 17 </PropertyGroup> 18 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'"> 19 <LocalDebuggerWorkingDirectory>$(ProjectDir)/../../../</LocalDebuggerWorkingDirectory> 20 <DebuggerFlavor>WindowsLocalDebugger</DebuggerFlavor> 21 </PropertyGroup> 15 22 </Project> -
branches/SHM-dev/build/vc10/TAppEncoder_vc10.vcxproj
r1029 r1127 103 103 <TargetMachine>MachineX86</TargetMachine> 104 104 <StackReserveSize>8000000</StackReserveSize> 105 <HeapReserveSize> 106 </HeapReserveSize> 107 <HeapCommitSize> 108 </HeapCommitSize> 109 <StackCommitSize> 110 </StackCommitSize> 111 <LargeAddressAware>false</LargeAddressAware> 105 112 </Link> 106 113 </ItemDefinitionGroup> … … 123 130 <SubSystem>Console</SubSystem> 124 131 <TargetMachine>MachineX64</TargetMachine> 132 <StackReserveSize>8000000</StackReserveSize> 125 133 </Link> 126 134 </ItemDefinitionGroup> -
branches/SHM-dev/build/vc10/TAppEncoder_vc10.vcxproj.user
r1029 r1127 2 2 <Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> 3 3 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> 4 <LocalDebuggerCommandArguments>-c cfg/per-sequence-svc/Bus-2x.cfg -c cfg/encoder_ randomaccess_scalable.cfg -c cfg/layers.cfg -q0 38 -q1 38 -g 8 -f 9-b str/Bus.bin -c option.cfg </LocalDebuggerCommandArguments>4 <LocalDebuggerCommandArguments>-c cfg/per-sequence-svc/Bus-2x.cfg -c cfg/encoder_intra_scalable.cfg -c cfg/layers.cfg -q0 38 -q1 38 -g 1 -f 2 -ip0 1 -ip1 1 -b str/Bus.bin -c option.cfg </LocalDebuggerCommandArguments> 5 5 </PropertyGroup> 6 6 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> … … 9 9 </PropertyGroup> 10 10 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> 11 <LocalDebuggerCommandArguments>-c cfg/per-sequence-svc/ CactusCrop-2x.cfg -c cfg/encoder_randomaccess_main.cfg -q0 30 -q1 30 -g 8 -f 17 -b str/CactusCrop.bin -c option.cfg -ibl rec/CactusCropBL-2x_rec.yuv -ibs rec/CactusCropBL-2x_syntax.bin</LocalDebuggerCommandArguments>11 <LocalDebuggerCommandArguments>-c cfg/per-sequence-svc/Bus-2x.cfg -c cfg/encoder_randomaccess_scalable.cfg -c cfg/layers.cfg -q0 38 -q1 38 -g 8 -f 9 -b str/Bus.bin -c option.cfg </LocalDebuggerCommandArguments> 12 12 </PropertyGroup> 13 13 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> … … 15 15 <DebuggerFlavor>WindowsLocalDebugger</DebuggerFlavor> 16 16 </PropertyGroup> 17 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'"> 18 <LocalDebuggerCommandArguments>-c cfg/per-sequence-svc/Bus-2x.cfg -c cfg/encoder_randomaccess_scalable.cfg -c cfg/layers.cfg -q0 38 -q1 38 -g 8 -f 3 -b str/Bus.bin -c option.cfg </LocalDebuggerCommandArguments> 19 <DebuggerFlavor>WindowsLocalDebugger</DebuggerFlavor> 20 <LocalDebuggerWorkingDirectory>$(ProjectDir)/../../../</LocalDebuggerWorkingDirectory> 21 </PropertyGroup> 17 22 </Project> -
branches/SHM-dev/build/vc10/TLibEncoder_vc10.vcxproj.filters
r125 r1127 69 69 <Filter>Source Files</Filter> 70 70 </ClCompile> 71 <ClCompile Include="..\..\source\Lib\TLibEncoder\TEnc3DAsymLUT.cpp"> 72 <Filter>Source Files</Filter> 73 </ClCompile> 71 74 </ItemGroup> 72 75 <ItemGroup> … … 137 140 <Filter>Header Files</Filter> 138 141 </ClInclude> 142 <ClInclude Include="..\..\source\Lib\TLibEncoder\TEnc3DAsymLUT.h"> 143 <Filter>Header Files</Filter> 144 </ClInclude> 139 145 </ItemGroup> 140 146 </Project>
Note: See TracChangeset for help on using the changeset viewer.