diff options
author | Martin Storsjö <martin@martin.st> | 2012-10-06 01:38:37 +0300 |
---|---|---|
committer | Martin Storsjö <martin@martin.st> | 2012-10-09 14:16:34 +0300 |
commit | 7bc433b36dbb0747c0c03e8222044b06e63ff75f (patch) | |
tree | b9870afa09745da8f6c783448c16f590bf0756ea /libavformat/Makefile | |
parent | 33893e6abcdca865c06c64547be56070c64aa590 (diff) | |
download | ffmpeg-7bc433b36dbb0747c0c03e8222044b06e63ff75f.tar.gz |
fate: Add tests of the ff_make_absolute_url function
Signed-off-by: Martin Storsjö <martin@martin.st>
Diffstat (limited to 'libavformat/Makefile')
-rw-r--r-- | libavformat/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/libavformat/Makefile b/libavformat/Makefile index 057c058f19..e8729c0e8f 100644 --- a/libavformat/Makefile +++ b/libavformat/Makefile @@ -376,7 +376,8 @@ SKIPHEADERS-$(CONFIG_NETWORK) += network.h rtsp.h EXAMPLES = metadata \ output \ -TESTPROGS = seek +TESTPROGS = seek \ + url \ TOOLS = aviocat \ ismindex \ |