summaryrefslogtreecommitdiff
path: root/libavformat/Makefile
diff options
context:
space:
mode:
authorMartin Storsjö <martin@martin.st>2015-05-28 10:54:11 +0300
committerMartin Storsjö <martin@martin.st>2015-05-29 09:42:35 +0300
commit063f7467e4d14ab7fe01b2845dab60cc75df8b53 (patch)
tree2ebf739ee2172c0497506a7bc64ead6b4e910297 /libavformat/Makefile
parent0508faaa11bf7507ffdd655aee57c9dc5a8203f4 (diff)
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/Makefile1
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 \