ffmpeg deinterlace broken?

Steve O'Hara-Smith steve at sohara.org
Thu Nov 20 07:47:17 PST 2003


On Thu, 20 Nov 2003 10:18:32 -0500
Anish Mistry <mistry.7 at 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.


More information about the freebsd-multimedia mailing list