mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2024-12-23 12:43:46 +02:00
lavd/fbdev_common: fix compilation with older kernels
This will avoid errors due to conflicting declarations with linux kernels prior to 2.6.30. Reviewed-by: Lukasz M <lukasz.m.luki@gmail.com> Signed-off-by: Ingo Brückl <ib@wupperonline.de>
This commit is contained in:
parent
af1c538850
commit
6c9c636c00
@ -23,6 +23,7 @@
|
||||
#ifndef AVDEVICE_FBDEV_COMMON_H
|
||||
#define AVDEVICE_FBDEV_COMMON_H
|
||||
|
||||
#include <features.h>
|
||||
#include <linux/fb.h>
|
||||
#include "libavutil/pixfmt.h"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user