avformat/http: include version.h

This is needed to get LIBAVFORMAT_VERSION, used as part of the user agent.
Fixes a recent regression.

Reviewed-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
Signed-off-by: James Almer <jamrial@gmail.com>
This commit is contained in:
James Almer 2022-06-24 22:59:03 -03:00
parent a44fba0b5b
commit c7ce03d826

View File

@ -41,6 +41,7 @@
#include "network.h"
#include "os_support.h"
#include "url.h"
#include "version.h"
/* XXX: POST protocol is not completely implemented because ffmpeg uses
* only a subset of it. */