mirror of
https://github.com/mpv-player/mpv
synced 2025-01-14 02:51:26 +00:00
Add missing header #includes to fix 'make checkheaders'.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@30208 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
00ad5d3fed
commit
620ab70745
@ -1,6 +1,7 @@
|
||||
#ifndef MPLAYER_FMT_CONVERSION_H
|
||||
#define MPLAYER_FMT_CONVERSION_H
|
||||
|
||||
#include "config.h"
|
||||
#include "libavutil/avutil.h"
|
||||
|
||||
enum PixelFormat imgfmt2pixfmt(int fmt);
|
||||
|
@ -19,6 +19,8 @@
|
||||
#ifndef MPLAYER_FONT_LOAD_H
|
||||
#define MPLAYER_FONT_LOAD_H
|
||||
|
||||
#include "config.h"
|
||||
|
||||
#ifdef CONFIG_FREETYPE
|
||||
#include <ft2build.h>
|
||||
#include FT_FREETYPE_H
|
||||
|
@ -19,6 +19,7 @@
|
||||
#ifndef MPLAYER_X11_COMMON_H
|
||||
#define MPLAYER_X11_COMMON_H
|
||||
|
||||
#include <stdint.h>
|
||||
#include <X11/Xlib.h>
|
||||
#include <X11/Xutil.h>
|
||||
|
||||
|
@ -1,6 +1,8 @@
|
||||
#ifndef MPLAYER_QT_FV_H
|
||||
#define MPLAYER_QT_FV_H
|
||||
|
||||
#include <stddef.h>
|
||||
|
||||
typedef struct qt_fv_s {
|
||||
unsigned int id;
|
||||
char* name;
|
||||
|
Loading…
Reference in New Issue
Block a user