[FFmpeg-cvslog] openh264: Directly include the deprecation guards header
Luca Barbato
git at videolan.org
Fri Dec 18 14:52:27 CET 2015
ffmpeg | branch: master | Luca Barbato <lu_zero at gentoo.org> | Tue Dec 8 18:12:33 2015 +0100| [81c95eb8eee856d98d4ac37367dbc761f2faf875] | committer: Luca Barbato
openh264: Directly include the deprecation guards header
Make easier to avoid compile failure when reworking the internal
headers.
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=81c95eb8eee856d98d4ac37367dbc761f2faf875
---
libavcodec/libopenh264enc.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/libavcodec/libopenh264enc.c b/libavcodec/libopenh264enc.c
index 7369c12..04e7ffd 100644
--- a/libavcodec/libopenh264enc.c
+++ b/libavcodec/libopenh264enc.c
@@ -25,6 +25,7 @@
#include "libavutil/attributes.h"
#include "libavutil/common.h"
#include "libavutil/opt.h"
+#include "libavutil/internal.h"
#include "libavutil/intreadwrite.h"
#include "libavutil/mathematics.h"
More information about the ffmpeg-cvslog
mailing list