Re-add debug files to project file filters. Makefile spaces to tabs.

This commit is contained in:
siivonek 2022-01-11 11:03:08 +02:00
parent cb2ccce753
commit 0b9568b466
2 changed files with 3 additions and 1 deletions

View file

@ -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">

View file

@ -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 \