ffmpeg deinterlace broken?
Anish Mistry
mistry.7 at osu.edu
Thu Nov 20 17:52:29 PST 2003
On Thursday 20 November 2003 11:40 am, Steve O'Hara-Smith wrote:
> 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.
>
Nope, still more problems than just types.
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/multimedia/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: In function `grab_read_packet':
grab_bsdbktr.c:173: warning: int format, different type arg (arg 2)
grab_bsdbktr.c: In function `grab_read_header':
grab_bsdbktr.c:207: `FRAME_RATE_BASE' undeclared (first use in this
function)
grab_bsdbktr.c:207: (Each undeclared identifier is reported only once
grab_bsdbktr.c:207: for each function it appears in.)
grab_bsdbktr.c: In function `grab_read_close':
grab_bsdbktr.c:227: warning: implicit declaration of function
`please_use_av_free'
gmake[1]: *** [grab_bsdbktr.o] Error 1
gmake[1]: Leaving directory `/usr/ports/multimedia/ffmpeg/work/
ffmpeg-0.4.8/libavformat'
gmake: *** [lib] Error 2
*** Error code 2
Stop in /usr/ports/multimedia/ffmpeg.
--
Anish Mistry
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 187 bytes
Desc: signature
Url : http://lists.freebsd.org/pipermail/freebsd-multimedia/attachments/20031120/c7e1fa63/attachment.bin
More information about the freebsd-multimedia
mailing list