diff options
author | Michael Niedermayer <michaelni@gmx.at> | 2013-01-16 12:07:04 +0100 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2013-01-16 12:07:27 +0100 |
commit | 9ea65c65f70029896b1c23afd9925ae42c4d009f (patch) | |
tree | 213694091e2eb5a1480ca8427649f8be51be0a17 /libavutil/Makefile | |
parent | 06af724c56c9fd74bb6ace457f39e1768bd94246 (diff) | |
parent | 0eecafc948b74c247ebbc59f18f508db5d590d0b (diff) | |
download | ffmpeg-9ea65c65f70029896b1c23afd9925ae42c4d009f.tar.gz |
Merge commit '0eecafc948b74c247ebbc59f18f508db5d590d0b'
* commit '0eecafc948b74c247ebbc59f18f508db5d590d0b':
configure: Make the new srtp protocol depend on the rtp protocol
lavf: Add a fate test for the SRTP functions
lavu: Add a fate test for the HMAC API
Merged-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'libavutil/Makefile')
-rw-r--r-- | libavutil/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libavutil/Makefile b/libavutil/Makefile index a0044dade4..544c33f240 100644 --- a/libavutil/Makefile +++ b/libavutil/Makefile @@ -119,6 +119,7 @@ TESTPROGS = adler32 \ eval \ file \ fifo \ + hmac \ lfg \ lls \ md5 \ |