summaryrefslogtreecommitdiff
path: root/libavformat/Makefile
diff options
context:
space:
mode:
authorMartin Storsjö <martin@martin.st>2013-02-27 11:45:16 +0200
committerMartin Storsjö <martin@martin.st>2013-02-27 21:32:14 +0200
commit5c8696555abd30a200d0d882e2913f66619fba68 (patch)
treeb15730f861da1b1c1d2f932450cb8220f22ea866 /libavformat/Makefile
parentde9cd1b173bab185e97995db09d40318378ab9ed (diff)
lavf: Add a fate test for the noproxy pattern matching
Signed-off-by: Martin Storsjö <martin@martin.st>
Diffstat (limited to 'libavformat/Makefile')
-rw-r--r--libavformat/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/libavformat/Makefile b/libavformat/Makefile
index 25b8157d2c..110e683b2e 100644
--- a/libavformat/Makefile
+++ b/libavformat/Makefile
@@ -380,7 +380,8 @@ SKIPHEADERS-$(CONFIG_NETWORK) += network.h rtsp.h
EXAMPLES = metadata \
output \
-TESTPROGS = seek \
+TESTPROGS = noproxy \
+ seek \
srtp \
url \