[FFmpeg-cvslog] avformat/http: include version.h

James Almer git at videolan.org
Sat Jun 25 05:08:07 EEST 2022


ffmpeg | branch: master | James Almer <jamrial at gmail.com> | Fri Jun 24 22:59:03 2022 -0300| [c7ce03d826e9c7914876333f4ca1445394bd22fd] | committer: James Almer

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 at outlook.com>
Signed-off-by: James Almer <jamrial at gmail.com>

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=c7ce03d826e9c7914876333f4ca1445394bd22fd
---

 libavformat/http.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/libavformat/http.c b/libavformat/http.c
index f80ea7bf35..c5c48c7900 100644
--- a/libavformat/http.c
+++ b/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. */



More information about the ffmpeg-cvslog mailing list