ref: 788b67cbde2bd89283ca403aa5a7dbddc4090711
parent: f1737cbec685fa930f631e532d63e6e4f8a58e2b
author: Martin Storsjö <[email protected]>
date: Wed Apr 23 06:36:18 EDT 2014
Fix the indentation of a line in targets.mk This would be avoided if the targets.mk files are updated by rerunning mktargets.sh instead of manually updating them.
--- a/test/encoder/targets.mk
+++ b/test/encoder/targets.mk
@@ -8,7 +8,7 @@
$(ENCODER_UNITTEST_SRCDIR)/EncUT_GetIntraPredictor.cpp\
$(ENCODER_UNITTEST_SRCDIR)/EncUT_MemoryAlloc.cpp\
$(ENCODER_UNITTEST_SRCDIR)/EncUT_MotionEstimate.cpp\
- $(ENCODER_UNITTEST_SRCDIR)/EncUT_Sample.cpp\
+ $(ENCODER_UNITTEST_SRCDIR)/EncUT_Sample.cpp\
ENCODER_UNITTEST_OBJS += $(ENCODER_UNITTEST_CPP_SRCS:.cpp=.$(OBJ))