From 5c8696555abd30a200d0d882e2913f66619fba68 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20Storsj=C3=B6?= Date: Wed, 27 Feb 2013 11:45:16 +0200 Subject: lavf: Add a fate test for the noproxy pattern matching MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Martin Storsjö --- libavformat/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'libavformat/Makefile') diff --git a/libavformat/Makefile b/libavformat/Makefile index 25b8157..110e683 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 \ -- cgit v1.1