1
0
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:
Ingo Brückl 2013-10-24 20:26:36 +02:00 committed by Stefano Sabatini
parent af1c538850
commit 6c9c636c00

View File

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