mirror of
https://gitee.com/openharmony/third_party_ffmpeg
synced 2024-11-23 19:30:05 +00:00
vaapi_vp8: Explicitly include libva vp8 decode header
With some old libva versions <va/va.h> does not automatically include the per-codec subsidiary headers, so we need to include the right one explicitly ourselves.
This commit is contained in:
parent
11c191b52c
commit
75d642a944
@ -16,6 +16,9 @@
|
||||
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
|
||||
*/
|
||||
|
||||
#include <va/va.h>
|
||||
#include <va/va_dec_vp8.h>
|
||||
|
||||
#include "vaapi_decode.h"
|
||||
#include "vp8.h"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user