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 /libavformat/Makefile | |
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 'libavformat/Makefile')
-rw-r--r-- | libavformat/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libavformat/Makefile b/libavformat/Makefile index dc4cfea75e..0323ad567f 100644 --- a/libavformat/Makefile +++ b/libavformat/Makefile @@ -415,6 +415,7 @@ TESTPROGS = seek \ url \ TESTPROGS-$(CONFIG_NETWORK) += noproxy +TESTPROGS-$(CONFIG_FFRTMPCRYPT_PROTOCOL) += rtmpdh TOOLS = aviocat \ ismindex \ |