lkml.org 
[lkml]   [2008]   [Oct]   [26]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
    Patch in this message
    /
    From
    Subject[PATCH] linux/video_{de,en}coder.h: cleanup for userspace
    Date
    Make sure the linux/video_{de,en}coder.h header files include other header
    files that they use (for types and structures).

    Signed-off-by: Mike Frysinger <vapier@gentoo.org>
    ---
    include/linux/video_decoder.h | 3 +++
    include/linux/video_encoder.h | 2 ++
    2 files changed, 5 insertions(+), 0 deletions(-)

    diff --git a/include/linux/video_decoder.h b/include/linux/video_decoder.h
    index 121e26d..25a191a 100644
    --- a/include/linux/video_decoder.h
    +++ b/include/linux/video_decoder.h
    @@ -1,6 +1,9 @@
    #ifndef _LINUX_VIDEO_DECODER_H
    #define _LINUX_VIDEO_DECODER_H

    +#include <linux/types.h>
    +#include <linux/videodev.h>
    +
    #define HAVE_VIDEO_DECODER 1

    struct video_decoder_capability { /* this name is too long */
    diff --git a/include/linux/video_encoder.h b/include/linux/video_encoder.h
    index 4b0e690..b7b6423 100644
    --- a/include/linux/video_encoder.h
    +++ b/include/linux/video_encoder.h
    @@ -1,6 +1,8 @@
    #ifndef _LINUX_VIDEO_ENCODER_H
    #define _LINUX_VIDEO_ENCODER_H

    +#include <linux/types.h>
    +
    struct video_encoder_capability { /* this name is too long */
    __u32 flags;
    #define VIDEO_ENCODER_PAL 1 /* can encode PAL signal */
    --
    1.6.0.2


    \
     
     \ /
      Last update: 2008-10-26 11:51    [W:4.708 / U:0.260 seconds]
    ©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site