diff options
author | Martin Storsjö <martin@martin.st> | 2015-05-28 10:54:11 +0300 |
---|---|---|
committer | Martin Storsjö <martin@martin.st> | 2015-05-29 09:42:35 +0300 |
commit | 063f7467e4d14ab7fe01b2845dab60cc75df8b53 (patch) | |
tree | 2ebf739ee2172c0497506a7bc64ead6b4e910297 /tests/fate | |
parent | 0508faaa11bf7507ffdd655aee57c9dc5a8203f4 (diff) | |
download | ffmpeg-063f7467e4d14ab7fe01b2845dab60cc75df8b53.tar.gz |
rtmpdh: Add fate test for the DH handshake routine
This helps if these functions need to be implemented using another
crypto API.
Signed-off-by: Martin Storsjö <martin@martin.st>
Diffstat (limited to 'tests/fate')
-rw-r--r-- | tests/fate/libavformat.mak | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/fate/libavformat.mak b/tests/fate/libavformat.mak index d532adcb15..a9c02bcbaf 100644 --- a/tests/fate/libavformat.mak +++ b/tests/fate/libavformat.mak @@ -2,6 +2,10 @@ FATE_LIBAVFORMAT-$(CONFIG_NETWORK) += fate-noproxy fate-noproxy: libavformat/noproxy-test$(EXESUF) fate-noproxy: CMD = run libavformat/noproxy-test +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-srtp: libavformat/srtp-test$(EXESUF) fate-srtp: CMD = run libavformat/srtp-test |