1
0
mirror of https://github.com/FFmpeg/FFmpeg.git synced 2024-12-28 20:53:54 +02:00

Fix make checkheaders for vdpau_internal.h

This commit is contained in:
Carl Eugen Hoyos 2013-08-31 13:32:13 +02:00
parent 227a0eb5a9
commit e7da19e9fa

View File

@ -24,6 +24,7 @@
#ifndef AVCODEC_VDPAU_INTERNAL_H
#define AVCODEC_VDPAU_INTERNAL_H
#include "config.h"
#include <stdint.h>
#if CONFIG_VDPAU
#include <vdpau/vdpau.h>