Hello,
On Wed, Oct 31, 2007 at 10:22:55PM +0100, Petr Salinger wrote:
> --- mplayer-1.0~rc2.orig/stream/tvi_bsdbt848.c
> +++ mplayer-1.0~rc2/stream/tvi_bsdbt848.c
> @@ -30,6 +30,7 @@
>  #include <stdlib.h>
>  #include <unistd.h>
>  #include <fcntl.h>
> +#include <errno.h>
>  #include <sys/types.h>
>  #include <sys/mman.h>
>  #include <sys/filio.h>

This is already in upstream SVN since some time.

> --- mplayer-1.0~rc2.orig/configure
> +++ mplayer-1.0~rc2/configure
> @@ -6728,6 +6728,7 @@
>              "dev/ic/bt8xx.h" ; do
>      cat > $TMPC <<EOF
>  #include <sys/types.h>
> +#include <sys/ioctl.h>
>  #include <$file>
>  int main(void) {
>   ioctl(0, TVTUNER_GETFREQ, 0);

Can you please give the compiler output/error message you get without
that? Probably best just copy the whole corresponding section from
configure.log.

Greetings,
Reimar Döffinger



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to