openh264: Directly include the deprecation guards header

Make easier to avoid compile failure when reworking the internal
headers.
This commit is contained in:
Luca Barbato 2015-12-08 18:12:33 +01:00
parent 34138ece23
commit 81c95eb8ee
1 changed files with 1 additions and 0 deletions

View File

@ -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"