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>
release/5.1
James Almer 3 years ago
parent a44fba0b5b
commit c7ce03d826
  1. 1
      libavformat/http.c

@ -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. */

Loading…
Cancel
Save