Bug#578622: mplayer: FTBFS on kfreebsd-amd64 (vidix disable needed)

Diego Biurrun diego at biurrun.de
Sat Apr 24 10:49:45 UTC 2010


On Fri, Apr 23, 2010 at 05:31:29PM +0200, Petr Salinger wrote:
>
> --- trunk/libvo/vo_directfb2.c	Thu Apr 22 16:02:20 2010	(r31057)
> +++ trunk/libvo/vo_directfb2.c	Fri Apr 23 12:04:56 2010	(r31058)
> @@ -35,9 +35,9 @@
>
>  #ifdef __linux__
> -#include <sys/kd.h>
> -#else
>  #include <linux/kd.h>
> +#else
> +#include <sys/kd.h>
>  #endif
>
> You could really use <sys/kd.h> everywhere:
> http://sourceware.org/git/?p=glibc.git;a=history;f=sysdeps/unix/sysv/linux/sys/kd.h;hb=HEAD

In fact, it seems we can live without that header entirely.
I just removed the #include.

Diego





More information about the pkg-multimedia-maintainers mailing list