Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 20 Nov 2003 16:40:37 +0000
From:      "Steve O'Hara-Smith" <steve@sohara.org>
To:        Anish Mistry <mistry.7@osu.edu>
Cc:        freebsd-multimedia@freebsd.org
Subject:   Re: ffmpeg deinterlace broken?
Message-ID:  <20031120164037.3ee82842.steve@sohara.org>
In-Reply-To: <200311201018.39097.mistry.7@osu.edu>
References:  <200311192304.30668.mistry.7@osu.edu>  <20031120072941.7fb9dc36.steve@sohara.org>  <200311201018.39097.mistry.7@osu.edu>

next in thread | previous in thread | raw e-mail | index | archive | help
On Thu, 20 Nov 2003 10:18:32 -0500
Anish Mistry <mistry.7@osu.edu> wrote:


> > 	Try downgrading the grab_bsdbktr.c to version 1.6. If that
> > makes a difference then would you do some patch testing please ?
> > 
> Version 1.6 doesn't compile.
> cc -O -pipe  -I/usr/local/include  -O3 -ffast-math
> -fomit-frame-pointer -g -O3 -         Wall -I..
> -I/usr/ports/multimedia/ffmpeg/work/ffmpeg-0.4.8 -I/usr/ports/multimed
>         ia/ffmpeg/work/ffmpeg-0.4.8/libavcodec 
> -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64          -D_LARGEFILE_SOURCE
> 
> -D_GNU_SOURCE -c -o grab_bsdbktr.o grab_bsdbktr.c 
> grab_bsdbktr.c:42: syntax error before `INT64'

	Urk - ah yes ffmpeg dropped the INT64 type definition a while back.
Change all the INT64 to int64_t (or put this line near the top)

#define INT64 int64_t

	If that doesn't do it I'll do some hacking this eve.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20031120164037.3ee82842.steve>