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

Signed-off-by: Tobias Rapp <t.rapp@noa-archive.com>
This commit is contained in:
Tobias Rapp 2017-01-25 14:57:24 +01:00
parent de2f9f4b71
commit ec33ade7d3
1 changed files with 2 additions and 1 deletions

View File

@ -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