summaryrefslogtreecommitdiff
path: root/libavformat/Makefile
diff options
context:
space:
mode:
authorZhang Rui <bbcallen@gmail.com>2015-07-21 21:04:03 +0800
committerMichael Niedermayer <michael@niedermayer.cc>2015-07-21 15:19:42 +0200
commitaee909acfb34bf8c03e3c4a93430df95ba8fae08 (patch)
treed7b05b4be21d7826a410054b5bd40df2bbe70afe /libavformat/Makefile
parent5d0616ce0e640383904615f1d09cae21446124bb (diff)
fate: add test for async protocol
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
Diffstat (limited to 'libavformat/Makefile')
-rw-r--r--libavformat/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/libavformat/Makefile b/libavformat/Makefile
index 108b6a67a2..cc73fd8b02 100644
--- a/libavformat/Makefile
+++ b/libavformat/Makefile
@@ -546,7 +546,8 @@ SLIBOBJS-$(HAVE_GNU_WINDRES) += avformatres.o
SKIPHEADERS-$(CONFIG_FFRTMPCRYPT_PROTOCOL) += rtmpdh.h
SKIPHEADERS-$(CONFIG_NETWORK) += network.h rtsp.h
-TESTPROGS = seek \
+TESTPROGS = async \
+ seek \
srtp \
url \