mirror of https://gitee.com/openkylin/linux.git
[media] solo6x10: rename jpeg.h to solo6x10-jpeg.h
This header clashes with the jpeg.h in gspca when doing a compatibility build using the media_build system. Signed-off-by: Hans Verkuil <hans.verkuil@cisco.com> Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
This commit is contained in:
parent
b3f4e1eba4
commit
b3c7d453a0
|
@ -26,7 +26,7 @@
|
|||
#include <media/videobuf-dma-sg.h>
|
||||
#include "solo6x10.h"
|
||||
#include "tw28.h"
|
||||
#include "jpeg.h"
|
||||
#include "solo6x10-jpeg.h"
|
||||
|
||||
#define MIN_VID_BUFFERS 4
|
||||
#define FRAME_BUF_SIZE (128 * 1024)
|
||||
|
|
Loading…
Reference in New Issue