[FFmpeg-cvslog] avformat/Makefile: fix compilation of testprogs when networking is disabled
Tobias Rapp
git at videolan.org
Mon Jan 30 13:41:06 EET 2017
ffmpeg | branch: master | Tobias Rapp <t.rapp at noa-archive.com> | Wed Jan 25 14:57:24 2017 +0100| [ec33ade7d300e7b300797b1944441c4aabaee3c8] | committer: Tobias Rapp
avformat/Makefile: fix compilation of testprogs when networking is disabled
Signed-off-by: Tobias Rapp <t.rapp at noa-archive.com>
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=ec33ade7d300e7b300797b1944441c4aabaee3c8
---
libavformat/Makefile | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/libavformat/Makefile b/libavformat/Makefile
index 478c06b..fc2d760 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
More information about the ffmpeg-cvslog
mailing list