summaryrefslogtreecommitdiff
path: root/libavformat
diff options
context:
space:
mode:
authorTobias Rapp <t.rapp@noa-archive.com>2017-01-25 14:57:24 +0100
committerTobias Rapp <t.rapp@noa-archive.com>2017-01-30 12:14:43 +0100
commitec33ade7d300e7b300797b1944441c4aabaee3c8 (patch)
treebf856e0f15c7dc59fd7befd1a2d1482cb0867d4d /libavformat
parentde2f9f4b71ae4d4c521984aa23f5062a10cebfda (diff)
avformat/Makefile: fix compilation of testprogs when networking is disabled
Signed-off-by: Tobias Rapp <t.rapp@noa-archive.com>
Diffstat (limited to 'libavformat')
-rw-r--r--libavformat/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/libavformat/Makefile b/libavformat/Makefile
index 478c06b75b..fc2d76067b 100644
--- a/libavformat/Makefile
+++ b/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