Changeset 1129 in SHVCSoftware
- Timestamp:
- 7 Jul 2015, 03:01:11 (9 years ago)
- Location:
- branches/SHM-dev/build
- Files:
-
- 6 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/SHM-dev/build/linux/common/makefile.base
r1127 r1129 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 51 CPPFLAGS = -fPIC $(DEFS) -I$(CURDIR)/$(INC_DIR) $(USER_INC_DIRS) -Wall -Wshadow -Wno-sign-compare 50 CPPFLAGS = -fPIC $(DEFS) -I$(CURDIR)/$(INC_DIR) $(USER_INC_DIRS) -Wall -Wshadow -Wno-sign-compare -Werror 52 51 53 52 ########## -
branches/SHM-dev/build/vc10/TAppDecoder_vc10.vcxproj
r1127 r1129 122 122 <SubSystem>Console</SubSystem> 123 123 <TargetMachine>MachineX64</TargetMachine> 124 <StackReserveSize>8000000</StackReserveSize>125 124 </Link> 126 125 </ItemDefinitionGroup> -
branches/SHM-dev/build/vc10/TAppDecoder_vc10.vcxproj.user
r1127 r1129 4 4 <LocalDebuggerWorkingDirectory>$(ProjectDir)/../../../</LocalDebuggerWorkingDirectory> 5 5 <DebuggerFlavor>WindowsLocalDebugger</DebuggerFlavor> 6 <LocalDebuggerCommandArguments>-b str/Bus.bin -l id 1</LocalDebuggerCommandArguments>6 <LocalDebuggerCommandArguments>-b str/Bus.bin -ls 2</LocalDebuggerCommandArguments> 7 7 </PropertyGroup> 8 8 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> 9 <LocalDebuggerCommandArguments> -b conformance/ADAPTRES_A_ERICSSON_1.bit -olsidx2</LocalDebuggerCommandArguments>9 <LocalDebuggerCommandArguments>-b str/Bus.bin -ls 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>22 15 </Project> -
branches/SHM-dev/build/vc10/TAppEncoder_vc10.vcxproj
r1127 r1129 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>112 105 </Link> 113 106 </ItemDefinitionGroup> … … 130 123 <SubSystem>Console</SubSystem> 131 124 <TargetMachine>MachineX64</TargetMachine> 132 <StackReserveSize>8000000</StackReserveSize>133 125 </Link> 134 126 </ItemDefinitionGroup> -
branches/SHM-dev/build/vc10/TAppEncoder_vc10.vcxproj.user
r1127 r1129 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_ 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>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> 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/ 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>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> 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>22 17 </Project> -
branches/SHM-dev/build/vc10/TLibEncoder_vc10.vcxproj.filters
r1127 r1129 69 69 <Filter>Source Files</Filter> 70 70 </ClCompile> 71 <ClCompile Include="..\..\source\Lib\TLibEncoder\TEnc3DAsymLUT.cpp">72 <Filter>Source Files</Filter>73 </ClCompile>74 71 </ItemGroup> 75 72 <ItemGroup> … … 140 137 <Filter>Header Files</Filter> 141 138 </ClInclude> 142 <ClInclude Include="..\..\source\Lib\TLibEncoder\TEnc3DAsymLUT.h">143 <Filter>Header Files</Filter>144 </ClInclude>145 139 </ItemGroup> 146 140 </Project>
Note: See TracChangeset for help on using the changeset viewer.