From 0b9568b4669fd0ed48f1c9245560ed232b670bd2 Mon Sep 17 00:00:00 2001 From: siivonek Date: Tue, 11 Jan 2022 11:03:08 +0200 Subject: [PATCH] Re-add debug files to project file filters. Makefile spaces to tabs. --- build/kvazaar_lib/kvazaar_lib.vcxproj.filters | 2 ++ src/Makefile.am | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/build/kvazaar_lib/kvazaar_lib.vcxproj.filters b/build/kvazaar_lib/kvazaar_lib.vcxproj.filters index 63cbd564..45e196d1 100644 --- a/build/kvazaar_lib/kvazaar_lib.vcxproj.filters +++ b/build/kvazaar_lib/kvazaar_lib.vcxproj.filters @@ -266,6 +266,7 @@ Optimization\strategies\avx2 + @@ -500,6 +501,7 @@ Reconstruction + diff --git a/src/Makefile.am b/src/Makefile.am index 1412aeef..20db2fc0 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -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 \