Browse Source

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

Signed-off-by: Tobias Rapp <t.rapp@noa-archive.com>
tags/n3.3
Tobias Rapp 9 years ago
parent
commit
ec33ade7d3
1 changed files with 2 additions and 1 deletions
  1. +2
    -1
      libavformat/Makefile

+ 2
- 1
libavformat/Makefile View File

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