On Wed, Jan 30, 2008 at 10:20:20PM +0100, Andreas Schneider wrote: > Ralf Schlatterbeck wrote: > > I'm trying to build wengo 2.2 branch against etch packages from > > http://www.debian-multimedia.org (newer multimedia packages not found > > in core debian etch) and fail with missing symbols on the final linking. > > (Thanks to Darsha for helping out with cmake details). > > Missing symbols are img_resample_init, img_resample, img_resample_close, > > img_convert normally found (in stock debian) in libavcodec installed > > from libavcodec-dev. > > > > Is this a change in libavcodec api that wengo hasn't followed yet? > > Should I go back to the debian etch libs (which *do* have these > > symbols)? > > ffmpeg api has changed you need libswscale and swscale.h
I see. I've now successfully built against the stock debian libs which don't have this api change yet. I guess for making it run with newer ffmpeg, code in wengo has to be changed, too, or is it enough to link against another lib (and use another include file)? Thanks Ralf -- Dr. Ralf Schlatterbeck Tel: +43/2243/26465-16 Open Source Consulting Fax: +43/2243/26465-23 Reichergasse 131 www: http://www.runtux.com A-3411 Weidling email: [EMAIL PROTECTED] osAlliance member email: [EMAIL PROTECTED] _______________________________________________ Wengophone-devel mailing list [email protected] http://dev.openwengo.com/mailman/listinfo/wengophone-devel
