Commit ec33ade7 authored by Tobias Rapp's avatar Tobias Rapp

avformat/Makefile: fix compilation of testprogs when networking is disabled

Signed-off-by: 's avatarTobias Rapp <t.rapp@noa-archive.com>
parent de2f9f4b
......@@ -598,7 +598,8 @@ TESTPROGS = seek \
url \
# async \
TESTPROGS-$(CONFIG_FIFO_MUXER) += fifo_muxer
FIFO-MUXER-TESTPROGS-$(CONFIG_NETWORK) += fifo_muxer
TESTPROGS-$(CONFIG_FIFO_MUXER) += $(FIFO-MUXER-TESTPROGS-yes)
TESTPROGS-$(CONFIG_FFRTMPCRYPT_PROTOCOL) += rtmpdh
TESTPROGS-$(CONFIG_MOV_MUXER) += movenc
TESTPROGS-$(CONFIG_NETWORK) += noproxy
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment