[FFmpeg-cvslog] tests/fate/fifo-muxer: update fifo-muxer dependencies
Tobias Rapp
git at videolan.org
Mon May 8 11:09:31 EEST 2017
ffmpeg | branch: master | Tobias Rapp <t.rapp at noa-archive.com> | Thu May 4 15:21:03 2017 +0200| [78f51ecb7411bdea5a07242bcc2c8b0283742c2e] | committer: Tobias Rapp
tests/fate/fifo-muxer: update fifo-muxer dependencies
Fixes fate when configured with --disable-network.
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=78f51ecb7411bdea5a07242bcc2c8b0283742c2e
---
tests/fate/fifo-muxer.mak | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/tests/fate/fifo-muxer.mak b/tests/fate/fifo-muxer.mak
index ef8b3b3c7b..9c13954cf7 100644
--- a/tests/fate/fifo-muxer.mak
+++ b/tests/fate/fifo-muxer.mak
@@ -13,7 +13,7 @@ FATE_SAMPLES_FIFO_MUXER-$(call ALLYES, FIFO_MUXER, WAV_DEMUXER) += fate-fifo-mux
fate-fifo-muxer-tst: libavformat/tests/fifo_muxer$(EXESUF)
fate-fifo-muxer-tst: CMD = run libavformat/tests/fifo_muxer$(EXESUF)
-FATE_FIFO_MUXER-$(CONFIG_FIFO_MUXER) += fate-fifo-muxer-tst
+FATE_FIFO_MUXER-$(call ALLYES, FIFO_MUXER NETWORK) += fate-fifo-muxer-tst
FATE_SAMPLES_FFMPEG += $(FATE_SAMPLES_FIFO_MUXER-yes)
FATE_FFMPEG += $(FATE_FIFO_MUXER-yes)
More information about the ffmpeg-cvslog
mailing list