Module: libav Branch: master Commit: 704a39769719d2e1ae3f13bfc562b51c9cd002d7
Author: Anton Khirnov <[email protected]> Committer: Anton Khirnov <[email protected]> Date: Fri Mar 25 13:36:28 2016 +0100 rtmpdh: add an stdio.h include The test uses printf. --- libavformat/rtmpdh.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/libavformat/rtmpdh.c b/libavformat/rtmpdh.c index f56a784..9f3a43f 100644 --- a/libavformat/rtmpdh.c +++ b/libavformat/rtmpdh.c @@ -362,6 +362,9 @@ fail: } #ifdef TEST + +#include <stdio.h> + static int test_random_shared_secret(void) { FF_DH *peer1 = NULL, *peer2 = NULL; _______________________________________________ libav-commits mailing list [email protected] https://lists.libav.org/mailman/listinfo/libav-commits
