summaryrefslogtreecommitdiff
path: root/libavformat/Makefile
diff options
context:
space:
mode:
authorMichael Niedermayer <michaelni@gmx.at>2013-07-07 11:26:28 +0200
committerMichael Niedermayer <michaelni@gmx.at>2013-07-07 11:26:28 +0200
commit7bd417c22a90a712df57cacfa5b09c1fb4f6183a (patch)
tree791ce856605d50cc601bb892ec9ff0b073a73353 /libavformat/Makefile
parent2adf8a9c09c9d00c4b34c062206cefad489f9ba9 (diff)
parent6516632967da5e6bd7d6136e8678f826669ed26e (diff)
Merge commit '6516632967da5e6bd7d6136e8678f826669ed26e'
* commit '6516632967da5e6bd7d6136e8678f826669ed26e': tests: Only run noproxy test if networking is enabled fifo: K&R formatting cosmetics Conflicts: libavformat/Makefile libavutil/fifo.c Merged-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'libavformat/Makefile')
-rw-r--r--libavformat/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/libavformat/Makefile b/libavformat/Makefile
index d037661ac1..bde8278696 100644
--- a/libavformat/Makefile
+++ b/libavformat/Makefile
@@ -454,11 +454,12 @@ OBJS-$(CONFIG_UDP_PROTOCOL) += udp.o
SKIPHEADERS-$(CONFIG_FFRTMPCRYPT_PROTOCOL) += rtmpdh.h
SKIPHEADERS-$(CONFIG_NETWORK) += network.h rtsp.h
-TESTPROGS = noproxy \
- seek \
+TESTPROGS = seek \
srtp \
url \
+TESTPROGS-$(CONFIG_NETWORK) += noproxy
+
TOOLS = aviocat \
ismindex \
pktdumper \