mirror of
https://github.com/ultravideo/uvg266.git
synced 2024-11-23 18:14:06 +00:00
Re-add debug files to project file filters. Makefile spaces to tabs.
This commit is contained in:
parent
cb2ccce753
commit
0b9568b466
|
@ -266,6 +266,7 @@
|
|||
<ClCompile Include="..\..\src\strategies\avx2\alf-avx2.c">
|
||||
<Filter>Optimization\strategies\avx2</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\..\src\debug.c" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<ClInclude Include="..\..\src\bitstream.h">
|
||||
|
@ -500,6 +501,7 @@
|
|||
<ClInclude Include="..\..\src\mip_data.h">
|
||||
<Filter>Reconstruction</Filter>
|
||||
</ClInclude>
|
||||
<ClInclude Include="..\..\src\debug.h" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<YASM Include="..\..\src\extras\x86inc.asm">
|
||||
|
|
|
@ -90,7 +90,7 @@ libkvazaar_la_SOURCES = \
|
|||
kvazaar.c \
|
||||
kvazaar_internal.h \
|
||||
kvz_math.h \
|
||||
mip_data.h \
|
||||
mip_data.h \
|
||||
ml_intra_cu_depth_pred.c \
|
||||
ml_intra_cu_depth_pred.h \
|
||||
nal.c \
|
||||
|
|
Loading…
Reference in a new issue