| Index: source/libvpx/libs.mk
|
| diff --git a/source/libvpx/libs.mk b/source/libvpx/libs.mk
|
| index 38b4b11121bdc7dc4af3aca5a6deafe4ae3760b3..4aee94e53e0157f867763b0543e7d282355b1818 100644
|
| --- a/source/libvpx/libs.mk
|
| +++ b/source/libvpx/libs.mk
|
| @@ -489,7 +489,11 @@ libs.doxy: $(CODEC_DOC_SRCS)
|
| @echo "ENABLED_SECTIONS += $(sort $(CODEC_DOC_SECTIONS))" >> $@
|
|
|
| ## Generate rtcd.h for all objects
|
| +ifeq ($(CONFIG_DEPENDENCY_TRACKING),yes)
|
| $(OBJS-yes:.o=.d): $(RTCD)
|
| +else
|
| +$(OBJS-yes): $(RTCD)
|
| +endif
|
|
|
| ## Update the global src list
|
| SRCS += $(CODEC_SRCS) $(LIBVPX_TEST_SRCS) $(GTEST_SRCS)
|
|
|