On Tue, Dec 27, 2011 at 4:17 PM, Janne Grunau <[email protected]> wrote:
> Module: libav
> Branch: master
> Commit: 1adba23cecf1e324aba5a0e9bdd4f34742bdbf8c
>
> Author:    Janne Grunau <[email protected]>
> Committer: Janne Grunau <[email protected]>
> Date:      Tue Dec 27 00:14:41 2011 +0100
>
> v4l2: remove unneded linux specific asm/types.h include
>
> ---
>
>  libavdevice/v4l2.c |    1 -
>  1 files changed, 0 insertions(+), 1 deletions(-)
>
> diff --git a/libavdevice/v4l2.c b/libavdevice/v4l2.c
> index 0c61f46..eb16171 100644
> --- a/libavdevice/v4l2.c
> +++ b/libavdevice/v4l2.c
> @@ -39,7 +39,6 @@
>  #if HAVE_SYS_VIDEOIO_H
>  #include <sys/videoio.h>
>  #else
> -#include <asm/types.h>
>  #include <linux/videodev2.h>
>  #endif
>  #include <time.h>
>

Looks great to me, this unbreaks compilation on Debian/kFreeBSD.


-- 
regards,
    Reinhard
_______________________________________________
libav-devel mailing list
[email protected]
https://lists.libav.org/mailman/listinfo/libav-devel

Reply via email to