From owner-freebsd-multimedia@FreeBSD.ORG Thu Jan 8 05:41:47 2009 Return-Path: Delivered-To: freebsd-multimedia@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 973C1106564A for ; Thu, 8 Jan 2009 05:41:47 +0000 (UTC) (envelope-from zhulizhongum@yahoo.com.cn) Received: from web15203.mail.cnb.yahoo.com (web15203.mail.cnb.yahoo.com [202.165.105.133]) by mx1.freebsd.org (Postfix) with SMTP id CECEC8FC08 for ; Thu, 8 Jan 2009 05:41:46 +0000 (UTC) (envelope-from zhulizhongum@yahoo.com.cn) Received: (qmail 3763 invoked by uid 60001); 8 Jan 2009 05:15:04 -0000 DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=yahoo.com.cn; h=X-YMail-OSG:Received:X-Mailer:Date:From:Subject:To:MIME-Version:Content-Type:Content-Transfer-Encoding:Message-ID; b=ugnW8KhqFOfnCYjDFdlgnZuVnp0mK8XQt/O2KDK4CbxcNAcEVjYt8WkVsURLGnn5yVjoxI2L/hBQ633DOE4uySXaXhnI8Sm/68Kii5e6lWT8TF63zUpigsIzeYzlA8W2kFR5JTJM4bUW4qvANJLO3h14Zb9z6Hsx2x4jx+eim9Y=; X-YMail-OSG: lvsJ.3gVM1lLNHJdTZVqUnq5YC5TRaOAO_lPwTvjDp4Ipn6Sd1l1Eu3JPPIYezNJYpmK7qp6MhN8NmVVPNCTS32uvmsntjqO96PIdTqASfP4_5Y1FLVfkSwenmlBV9D0MwN6g4utLDv2OnlHMFd_MwZc.ydnhZz90Wja88Y7r5xZ.W6Z.KkEgEJiFlR3Ww-- Received: from [58.251.228.194] by web15203.mail.cnb.yahoo.com via HTTP; Thu, 08 Jan 2009 13:15:04 CST X-Mailer: YahooMailWebService/0.7.260.1 Date: Thu, 8 Jan 2009 13:15:04 +0800 (CST) From: lizhong zhu To: freebsd-multimedia@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: quoted-printable Message-ID: <754616.3380.qm@web15203.mail.cnb.yahoo.com> Subject: error compiling with mpeg4ip-1.6 X-BeenThere: freebsd-multimedia@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Multimedia discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 08 Jan 2009 05:41:47 -0000 hello, all of users: when i compile mpeg4ip-1.6, i got the error: -------------------------------------------------------------- -compare -fno-strict-aliasing -g -O2 -DMPEG4IP -I/usr/include/SDL -D_GNU_SO= URCE=3D1 -D_REENTRANT -MT video_ffmpeg.lo -MD -MP -MF .deps/video_ffmpeg.Tp= o -c video_ffmpeg.cpp=A0 -fPIC -DPIC -o .libs/video_ffmpeg.o video_ffmpeg.cpp: In member function 'virtual bool CFfmpegVideoEncoder::Ini= t()': video_ffmpeg.cpp:124: error: 'struct AVCodecContext' has no member named 'f= rame_rate' video_ffmpeg.cpp:125: error: 'struct AVCodecContext' has no member named 'f= rame_rate_base' video_ffmpeg.cpp:136: error: 'struct AVCodecContext' has no member named 'a= spect_ratio' make[4]: *** [video_ffmpeg.lo] Error 1 make[4]: Leaving directory `/usr/src/mpeg4ip-1.6/server/mp4live' make[3]: *** [all-recursive] Error 1 make[3]: Leaving directory `/usr/src/mpeg4ip-1.6/server/mp4live' make[2]: *** [all-recursive] Error 1 make[2]: Leaving directory `/usr/src/mpeg4ip-1.6/server' make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory `/usr/src/mpeg4ip-1.6' make: *** [all] Error 2 ----------------------------------------------------- my os is centos-5.0. anyone knows that problem?=20 please give me a hint! thanks! james.zhu =0A=0A=0A