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

Petr Salinger Petr.Salinger at seznam.cz
Fri Apr 23 15:31:29 UTC 2010


Modified: trunk/libvo/vo_directfb2.c
==============================================================================
--- 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 @@
  #include <string.h>

  #ifdef __linux__
-#include <sys/kd.h>
-#else
  #include <linux/kd.h>
+#else
+#include <sys/kd.h>
  #endif

  #include "config.h"


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


>> I should probably note that GNU/kFreeBSD uses same kernel as FreeBSD,
>> but libc/gcc/binutils same as Linux.
>
> is there a directfb port available on FreeBSD? I suspect not.

I do not understand meaning of this question.
There are no gfxdrivers, but the library exists:

http://packages.debian.org/sid/kfreebsd-amd64/libdirectfb-1.2-9/filelist
http://packages.debian.org/sid/kfreebsd-amd64/libdirectfb-extra/filelist

Cheers
 	Petr





More information about the pkg-multimedia-maintainers mailing list