Add dependencies on the encoder libraries to the unit tests
This makes sure a "make codec_unittest" succeeds without any prior make invocation. The usage of the encoder libraries in the unit test was added in 6f58a0c1.
This commit is contained in:
parent
3b0844e400
commit
a89513c073
2
Makefile
2
Makefile
@ -71,7 +71,7 @@ H264ENC_LDFLAGS = -L. -lencoder -lprocessing -lcommon
|
||||
H264ENC_DEPS = $(LIBPREFIX)encoder.$(LIBSUFFIX) $(LIBPREFIX)processing.$(LIBSUFFIX) $(LIBPREFIX)common.$(LIBSUFFIX)
|
||||
|
||||
CODEC_UNITTEST_LDFLAGS = -L. -lgtest -ldecoder -lcrypto -lencoder -lprocessing -lcommon
|
||||
CODEC_UNITTEST_DEPS = $(LIBPREFIX)gtest.$(LIBSUFFIX) $(LIBPREFIX)decoder.$(LIBSUFFIX) $(LIBPREFIX)common.$(LIBSUFFIX)
|
||||
CODEC_UNITTEST_DEPS = $(LIBPREFIX)gtest.$(LIBSUFFIX) $(LIBPREFIX)decoder.$(LIBSUFFIX) $(LIBPREFIX)encoder.$(LIBSUFFIX) $(LIBPREFIX)processing.$(LIBSUFFIX) $(LIBPREFIX)common.$(LIBSUFFIX)
|
||||
|
||||
.PHONY: test
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user