[FFmpeg-devel] [PATCH 03/13] libavformat: Remove unnecessary includes of version.h

Martin Storsjö martin at martin.st
Wed Feb 23 16:29:41 EET 2022


This header probably has used defines like FF_API_* before,
but no longer do that, and doesn't directly seem to use anything
else from that header either.
---
 libavformat/url.h | 1 -
 1 file changed, 1 deletion(-)

diff --git a/libavformat/url.h b/libavformat/url.h
index a129150d76..3cfe3ecc5c 100644
--- a/libavformat/url.h
+++ b/libavformat/url.h
@@ -25,7 +25,6 @@
 #define AVFORMAT_URL_H
 
 #include "avio.h"
-#include "libavformat/version.h"
 
 #include "libavutil/dict.h"
 #include "libavutil/log.h"
-- 
2.32.0 (Apple Git-132)



More information about the ffmpeg-devel mailing list