projects
/
libav.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
34138ec
)
openh264: Directly include the deprecation guards header
author
Luca Barbato
<lu_zero@gentoo.org>
Tue, 8 Dec 2015 17:12:33 +0000
(18:12 +0100)
committer
Luca Barbato
<lu_zero@gentoo.org>
Tue, 8 Dec 2015 17:12:33 +0000
(18:12 +0100)
Make easier to avoid compile failure when reworking the internal
headers.
libavcodec/libopenh264enc.c
patch
|
blob
|
blame
|
history
diff --git
a/libavcodec/libopenh264enc.c
b/libavcodec/libopenh264enc.c
index
7369c12
..
04e7ffd
100644
(file)
--- 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"