[FFmpeg-devel] [PATCH] avformat/Makefile: fix compilation of testprogs when networking is disabled

Tobias Rapp t.rapp at noa-archive.com
Wed Jan 25 16:05:55 EET 2017


Signed-off-by: Tobias Rapp <t.rapp at noa-archive.com>
---
 libavformat/Makefile | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/libavformat/Makefile b/libavformat/Makefile
index f30bc94..8aab4d1 100644
--- a/libavformat/Makefile
+++ b/libavformat/Makefile
@@ -595,7 +595,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
-- 
2.7.4




More information about the ffmpeg-devel mailing list