mirror of
https://github.com/ultravideo/uvg266.git
synced 2024-11-23 18:14:06 +00:00
Whoops, included fast_coeff_cost stuff twice in vs project
This commit is contained in:
parent
379cbd8901
commit
fef64e1c86
|
@ -155,7 +155,6 @@
|
|||
<ClCompile Include="..\..\src\encoder_state-geometry.c" />
|
||||
<ClCompile Include="..\..\src\encode_coding_tree.c" />
|
||||
<ClCompile Include="..\..\src\extras\getopt.c" />
|
||||
<ClCompile Include="..\..\src\fast_coeff_cost.c" />
|
||||
<ClCompile Include="..\..\src\filter.c" />
|
||||
<ClCompile Include="..\..\src\image.c" />
|
||||
<ClCompile Include="..\..\src\imagelist.c" />
|
||||
|
@ -292,7 +291,6 @@
|
|||
<ClInclude Include="..\..\src\encoder.h" />
|
||||
<ClInclude Include="..\..\src\encoderstate.h" />
|
||||
<ClInclude Include="..\..\src\extras\getopt.h" />
|
||||
<ClInclude Include="..\..\src\fast_coeff_cost.h" />
|
||||
<ClInclude Include="..\..\src\filter.h" />
|
||||
<ClInclude Include="..\..\src\global.h" />
|
||||
<ClInclude Include="..\..\src\inter.h" />
|
||||
|
|
Loading…
Reference in a new issue