Skip to content

Commit

Permalink
[media] solo6x10: rename jpeg.h to solo6x10-jpeg.h
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Hans Verkuil authored and Mauro Carvalho Chehab committed Nov 7, 2011
1 parent b3f4e1e commit b3c7d45
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
File renamed without changes.
2 changes: 1 addition & 1 deletion drivers/staging/media/solo6x10/v4l2-enc.c
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit b3c7d45

Please sign in to comment.