summaryrefslogtreecommitdiff
path: root/libavformat
diff options
context:
space:
mode:
authorDiego Biurrun <diego@biurrun.de>2013-07-02 17:16:18 +0200
committerDiego Biurrun <diego@biurrun.de>2013-07-06 15:36:57 +0200
commit6516632967da5e6bd7d6136e8678f826669ed26e (patch)
tree3d98258702e0133a76d66aa6e565f7e4855fed78 /libavformat
parent73142e753381519de645a56e7d6994c77a3fd27f (diff)
tests: Only run noproxy test if networking is enabled
Diffstat (limited to 'libavformat')
-rw-r--r--libavformat/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/libavformat/Makefile b/libavformat/Makefile
index 24b303e345..9d002a8e7f 100644
--- a/libavformat/Makefile
+++ b/libavformat/Makefile
@@ -383,11 +383,12 @@ SKIPHEADERS-$(CONFIG_NETWORK) += network.h rtsp.h
EXAMPLES = metadata \
output \
-TESTPROGS = noproxy \
- seek \
+TESTPROGS = seek \
srtp \
url \
+TESTPROGS-$(CONFIG_NETWORK) += noproxy
+
TOOLS = aviocat \
ismindex \
pktdumper \