ffmpeg | branch: master | Michael Niedermayer <mich...@niedermayer.cc> | Tue Feb 2 15:57:32 2016 +0100| [d117b090211eb64236f52d6887608b2e5e516244] | committer: Michael Niedermayer
avformat/tls_securetransport: Add missing include Signed-off-by: Michael Niedermayer <mich...@niedermayer.cc> > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=d117b090211eb64236f52d6887608b2e5e516244 --- libavformat/tls_securetransport.c | 1 + 1 file changed, 1 insertion(+) diff --git a/libavformat/tls_securetransport.c b/libavformat/tls_securetransport.c index 51b6661..482771a 100644 --- a/libavformat/tls_securetransport.c +++ b/libavformat/tls_securetransport.c @@ -22,6 +22,7 @@ #include "avformat.h" +#include "avio_internal.h" #include "internal.h" #include "network.h" #include "os_support.h" _______________________________________________ ffmpeg-cvslog mailing list ffmpeg-cvslog@ffmpeg.org http://ffmpeg.org/mailman/listinfo/ffmpeg-cvslog