fate: Only run SRTP test if SRTP code is enabled

This commit is contained in:
Diego Biurrun 2016-03-23 22:02:46 +01:00
parent 3ee2ec5ec1
commit b298b36fc0

View File

@ -6,7 +6,7 @@ FATE_LIBAVFORMAT-$(CONFIG_FFRTMPCRYPT_PROTOCOL) += fate-rtmpdh
fate-rtmpdh: libavformat/rtmpdh-test$(EXESUF)
fate-rtmpdh: CMD = run libavformat/rtmpdh-test
FATE_LIBAVFORMAT-yes += fate-srtp
FATE_LIBAVFORMAT-$(CONFIG_SRTP) += fate-srtp
fate-srtp: libavformat/srtp-test$(EXESUF)
fate-srtp: CMD = run libavformat/srtp-test