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

Signed-off-by: Tobias Rapp <t.rapp@noa-archive.com>
pull/249/merge
Tobias Rapp 8 years ago
parent de2f9f4b71
commit ec33ade7d3
  1. 3
      libavformat/Makefile

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

Loading…
Cancel
Save