diff options
author | Martin Storsjö <martin@martin.st> | 2013-01-15 15:07:44 +0200 |
---|---|---|
committer | Martin Storsjö <martin@martin.st> | 2013-01-15 23:18:08 +0200 |
commit | c2603aa25b75318df94d400eb60557123fa42a75 (patch) | |
tree | 840053bdf78ebd05330a6dd730392ac00bd25d19 /libavformat/Makefile | |
parent | 3130fa51a5d6f3fd5dc08df7649d902d0eea382e (diff) | |
download | ffmpeg-c2603aa25b75318df94d400eb60557123fa42a75.tar.gz |
lavf: Add a fate test for the SRTP functions
Signed-off-by: Martin Storsjö <martin@martin.st>
Diffstat (limited to 'libavformat/Makefile')
-rw-r--r-- | libavformat/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libavformat/Makefile b/libavformat/Makefile index 1f008a9255..111380a021 100644 --- a/libavformat/Makefile +++ b/libavformat/Makefile @@ -379,6 +379,7 @@ EXAMPLES = metadata \ output \ TESTPROGS = seek \ + srtp \ url \ TOOLS = aviocat \ |