[FFmpeg-cvslog] fate: Only run SRTP test if SRTP code is enabled

Diego Biurrun git at videolan.org
Thu Apr 21 17:04:02 CEST 2016


ffmpeg | branch: master | Diego Biurrun <diego at biurrun.de> | Wed Mar 23 22:02:46 2016 +0100| [b298b36fc008ad94a24929fe770c8189d96bcac4] | committer: Diego Biurrun

fate: Only run SRTP test if SRTP code is enabled

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=b298b36fc008ad94a24929fe770c8189d96bcac4
---

 tests/fate/libavformat.mak |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tests/fate/libavformat.mak b/tests/fate/libavformat.mak
index b9cca35..e98e0ee 100644
--- a/tests/fate/libavformat.mak
+++ b/tests/fate/libavformat.mak
@@ -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
 



More information about the ffmpeg-cvslog mailing list