diff options
author | Michael Niedermayer <michaelni@gmx.at> | 2015-05-29 11:38:26 +0200 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2015-05-29 11:38:37 +0200 |
commit | 48e02e258c42ae2ee0d351f2f0bd620b087ababe (patch) | |
tree | 197811dbc2df3320b810edb4f837ba082685cb9f /tests/fate | |
parent | fbeb3fa999e8712af35f1d898ca0b0cbab707556 (diff) | |
parent | 063f7467e4d14ab7fe01b2845dab60cc75df8b53 (diff) | |
download | ffmpeg-48e02e258c42ae2ee0d351f2f0bd620b087ababe.tar.gz |
Merge commit '063f7467e4d14ab7fe01b2845dab60cc75df8b53'
* commit '063f7467e4d14ab7fe01b2845dab60cc75df8b53':
rtmpdh: Add fate test for the DH handshake routine
Merged-by: Michael Niedermayer <michaelni@gmx.at>
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 |