mirror of
https://mirror.skon.top/https://github.com/FFmpeg/FFmpeg
synced 2026-04-20 21:00:41 +08:00
libavformat/Makefile: Fix build issues with async test
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user