From owner-freebsd-multimedia@FreeBSD.ORG Thu Nov 20 17:52:29 2003 Return-Path: Delivered-To: freebsd-multimedia@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A3EE816A4CE for ; Thu, 20 Nov 2003 17:52:29 -0800 (PST) Received: from crumpet.united-ware.com (ddsl-66-42-172-210.fuse.net [66.42.172.210]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2A13E43F93 for ; Thu, 20 Nov 2003 17:52:26 -0800 (PST) (envelope-from mistry.7@osu.edu) Received: from 192.168.0.2 (adsl-66-72-216-74.dsl.wotnoh.ameritech.net [66.72.216.74]) (authenticated bits=0)hAL1ugZ3005320 (version=TLSv1/SSLv3 cipher=RC4-MD5 bits=128 verify=NO); Thu, 20 Nov 2003 20:56:44 -0500 (EST) (envelope-from mistry.7@osu.edu) From: Anish Mistry To: "Steve O'Hara-Smith" Date: Thu, 20 Nov 2003 20:50:24 -0500 User-Agent: KMail/1.5.3 References: <200311192304.30668.mistry.7@osu.edu> <200311201018.39097.mistry.7@osu.edu> <20031120164037.3ee82842.steve@sohara.org> In-Reply-To: <20031120164037.3ee82842.steve@sohara.org> MIME-Version: 1.0 Content-Type: multipart/signed; protocol="application/pgp-signature"; micalg=pgp-sha1; boundary="Boundary-02=_o9Wv/hFURXGSpb0"; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Message-Id: <200311202050.32355.mistry.7@osu.edu> cc: freebsd-multimedia@freebsd.org Subject: Re: ffmpeg deinterlace broken? X-BeenThere: freebsd-multimedia@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Multimedia discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 21 Nov 2003 01:52:29 -0000 --Boundary-02=_o9Wv/hFURXGSpb0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Content-Description: signed data Content-Disposition: inline On Thursday 20 November 2003 11:40 am, Steve O'Hara-Smith wrote: > On Thu, 20 Nov 2003 10:18:32 -0500 > Anish Mistry wrote: >=20 >=20 > > > Try downgrading the grab_bsdbktr.c to version 1.6. If that > > > makes a difference then would you do some patch testing please ? > > >=20 > > 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=20 > > -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=3D64 -D_LARGEFILE_SOURCE > >=20 > > -D_GNU_SOURCE -c -o grab_bsdbktr.o grab_bsdbktr.c=20 > > grab_bsdbktr.c:42: syntax error before `INT64' >=20 > 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) >=20 > #define INT64 int64_t >=20 > If that doesn't do it I'll do some hacking this eve. >=20 Nope, still more problems than just types. cc -O -pipe -I/usr/local/include -O3 -ffast-math -fomit-frame-pointer -g= =20 =2DO3 -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=20 =2DD_FILE_OFFSET_BITS=3D64 -D_LARGEFILE_SOURCE -D_GNU_SOURCE -c -o=20 grab_bsdbktr.o grab_bsdbktr.c=20 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=20 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=20 `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. =2D-=20 Anish Mistry --Boundary-02=_o9Wv/hFURXGSpb0 Content-Type: application/pgp-signature Content-Description: signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.3 (FreeBSD) iD8DBQA/vW9oxqA5ziudZT0RAmY0AJ9+g+tEzeiO7PafxIfQFJtK4mxDhgCgow5u TBVbr909eWHyGKeKFYl/xHo= =IkOH -----END PGP SIGNATURE----- --Boundary-02=_o9Wv/hFURXGSpb0--