mirror of https://git.ffmpeg.org/ffmpeg.git
openh264: Directly include the deprecation guards header
Make easier to avoid compile failure when reworking the internal headers.
This commit is contained in:
parent
34138ece23
commit
81c95eb8ee
|
@ -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"
|
||||
|
||||
|
|
Loading…
Reference in New Issue