diff options
author | Michael Niedermayer <michael@niedermayer.cc> | 2020-04-24 13:48:04 +0200 |
---|---|---|
committer | Michael Niedermayer <michael@niedermayer.cc> | 2020-04-24 13:48:04 +0200 |
commit | f93e026b642431e796775345df2483ae283283f2 (patch) | |
tree | 4e99729658d7819d8837a2542ddf912ef901b24a | |
parent | 9f52eb5fcec483c5f095778197e41619abf89904 (diff) | |
download | ffmpeg-n2.8.16.tar.gz |
libavformat/Makefile: Fix build issues with async testn2.8.16
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
-rw-r--r-- | libavformat/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libavformat/Makefile b/libavformat/Makefile index 466da516ad..f598e9caff 100644 --- a/libavformat/Makefile +++ b/libavformat/Makefile @@ -547,11 +547,11 @@ SLIBOBJS-$(HAVE_GNU_WINDRES) += avformatres.o SKIPHEADERS-$(CONFIG_FFRTMPCRYPT_PROTOCOL) += rtmpdh.h SKIPHEADERS-$(CONFIG_NETWORK) += network.h rtsp.h -TESTPROGS = async \ - seek \ +TESTPROGS = seek \ srtp \ url \ +TESTPROGS-$(CONFIG_ASYNC_PROTOCOL) += async TESTPROGS-$(CONFIG_NETWORK) += noproxy TESTPROGS-$(CONFIG_FFRTMPCRYPT_PROTOCOL) += rtmpdh |